Rollup merge of #75837 - GuillaumeGomez:fix-font-color-help-button, r=Cldfire
Fix font color for help button in ayu and dark themes A nice before/after:   For the ayu theme, the change is very "light", the font color was already close to white, so I unified the color with the pictures of the other buttons:  
This commit is contained in:
commit
88c68cae4f
2 changed files with 2 additions and 0 deletions
|
@ -495,6 +495,7 @@ kbd {
|
||||||
#theme-picker, #settings-menu, .help-button {
|
#theme-picker, #settings-menu, .help-button {
|
||||||
border-color: #5c6773;
|
border-color: #5c6773;
|
||||||
background-color: #0f1419;
|
background-color: #0f1419;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#theme-picker > img, #settings-menu > img {
|
#theme-picker > img, #settings-menu > img {
|
||||||
|
|
|
@ -389,6 +389,7 @@ kbd {
|
||||||
#theme-picker, #settings-menu, .help-button {
|
#theme-picker, #settings-menu, .help-button {
|
||||||
border-color: #e0e0e0;
|
border-color: #e0e0e0;
|
||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#theme-picker:hover, #theme-picker:focus,
|
#theme-picker:hover, #theme-picker:focus,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue