Fix font color for help button in ayu and dark themes

This commit is contained in:
Guillaume Gomez 2020-08-23 15:17:50 +02:00
parent 1a22a0ff93
commit 5041aeef3d
2 changed files with 2 additions and 0 deletions

View file

@ -495,6 +495,7 @@ kbd {
#theme-picker, #settings-menu, .help-button {
border-color: #5c6773;
background-color: #0f1419;
color: #fff;
}
#theme-picker > img, #settings-menu > img {

View file

@ -389,6 +389,7 @@ kbd {
#theme-picker, #settings-menu, .help-button {
border-color: #e0e0e0;
background: #f0f0f0;
color: #000;
}
#theme-picker:hover, #theme-picker:focus,