Add background color to light theme header button

This commit is contained in:
Carlos Fernandez 2026-04-21 17:57:52 -04:00
parent 7a4f9d7bc8
commit c105be6cff

View file

@ -36,7 +36,7 @@ body.game:is(.performance-low, .noblur) {
}
button {
background: light-dark(transparent, @deep-black);
background: light-dark(#e8e6e3, @deep-black);
color: light-dark(@dark-blue, @beige);
border: 1px solid light-dark(@dark-blue, transparent);
padding: 0;