mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
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:
parent
3292f128d2
commit
b604524c2f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
html, body {
|
||||
background-color: var(--surface-0);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
|
|
|
|||
Loading…
Reference in a new issue