mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
Improve theme button hover background color
This commit is contained in:
parent
1a22a0ff93
commit
f20f7f2267
@ -517,7 +517,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…
Reference in New Issue
Block a user