forgot the html selector
This commit is contained in:
parent
6facf41dba
commit
f393c767d3
@ -34,6 +34,7 @@ html {
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
--background-color: #000;
|
||||
--popup-background: #222;
|
||||
--popup-header: #333;
|
||||
@ -45,6 +46,7 @@ html {
|
||||
--text-hover: #eee;
|
||||
--button-color: #111;
|
||||
--button-hover: #1a1a1a;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
|
Loading…
x
Reference in New Issue
Block a user