Explicitly set background color according to state of prefers-color-scheme

Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3631
This commit is contained in:
Raymond Hill 2025-05-11 09:30:34 -04:00
parent 3292f128d2
commit b604524c2f
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -1,4 +1,5 @@
html, body {
background-color: var(--surface-0);
display: flex;
flex-direction: column;
height: 100vh;