Fix font color for help button in ayu and dark themes
This commit is contained in:
parent
1a22a0ff93
commit
5041aeef3d
@ -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 {
|
||||
|
@ -389,6 +389,7 @@ kbd {
|
||||
#theme-picker, #settings-menu, .help-button {
|
||||
border-color: #e0e0e0;
|
||||
background: #f0f0f0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#theme-picker:hover, #theme-picker:focus,
|
||||
|
Loading…
x
Reference in New Issue
Block a user