Improve theme button hover background color

This commit is contained in:
Guillaume Gomez 2020-08-25 13:48:47 +02:00
parent 1a22a0ff93
commit f20f7f2267

View File

@ -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) {