Add background color to light theme header button (#1823)

This commit is contained in:
Carlos Fernandez 2026-04-21 18:13:11 -04:00 committed by GitHub
parent 7a4f9d7bc8
commit 545934aa60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;