Skip to content

Commit 5041aee

Browse files
Fix font color for help button in ayu and dark themes
1 parent 1a22a0f commit 5041aee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/librustdoc/html/static/themes/ayu.css

+1
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ kbd {
495495
#theme-picker, #settings-menu, .help-button {
496496
border-color: #5c6773;
497497
background-color: #0f1419;
498+
color: #fff;
498499
}
499500

500501
#theme-picker > img, #settings-menu > img {

src/librustdoc/html/static/themes/dark.css

+1
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ kbd {
389389
#theme-picker, #settings-menu, .help-button {
390390
border-color: #e0e0e0;
391391
background: #f0f0f0;
392+
color: #000;
392393
}
393394

394395
#theme-picker:hover, #theme-picker:focus,

0 commit comments

Comments
 (0)