Auto merge of #75901 - GuillaumeGomez:ayu-theme-button-hover-background-color, r=pickfire
Improve theme button hover background color Fixes #75880.   r? @pickfire
This commit is contained in:
commit
99b4a01776
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ kbd {
|
|||
}
|
||||
|
||||
#theme-choices > button:hover, #theme-choices > button:focus {
|
||||
background-color: rgba(70, 70, 70, 0.33);
|
||||
background-color: rgba(110, 110, 110, 0.33);
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue