We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a838f2f + 5041aee commit 88c68caCopy full SHA for 88c68ca
src/librustdoc/html/static/themes/ayu.css
@@ -495,6 +495,7 @@ kbd {
495
#theme-picker, #settings-menu, .help-button {
496
border-color: #5c6773;
497
background-color: #0f1419;
498
+ color: #fff;
499
}
500
501
#theme-picker > img, #settings-menu > img {
src/librustdoc/html/static/themes/dark.css
@@ -389,6 +389,7 @@ kbd {
389
390
border-color: #e0e0e0;
391
background: #f0f0f0;
392
+ color: #000;
393
394
395
#theme-picker:hover, #theme-picker:focus,
0 commit comments