forgot the html selector
This commit is contained in:
parent
6facf41dba
commit
f393c767d3
@ -34,17 +34,19 @@ html {
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
--background-color: #000;
|
||||
--popup-background: #222;
|
||||
--popup-header: #333;
|
||||
--box-gradient: linear-gradient(#71caf220, #3f79ad33);
|
||||
--box-radial-gradient: radial-gradient(#71caf220, transparent 150%);
|
||||
--status-red: linear-gradient(#f56565aa, #c92222);
|
||||
--status-green: linear-gradient(#95ee85aa, #3c891c);
|
||||
--text-color: #fff;
|
||||
--text-hover: #eee;
|
||||
--button-color: #111;
|
||||
--button-hover: #1a1a1a;
|
||||
html {
|
||||
--background-color: #000;
|
||||
--popup-background: #222;
|
||||
--popup-header: #333;
|
||||
--box-gradient: linear-gradient(#71caf220, #3f79ad33);
|
||||
--box-radial-gradient: radial-gradient(#71caf220, transparent 150%);
|
||||
--status-red: linear-gradient(#f56565aa, #c92222);
|
||||
--status-green: linear-gradient(#95ee85aa, #3c891c);
|
||||
--text-color: #fff;
|
||||
--text-hover: #eee;
|
||||
--button-color: #111;
|
||||
--button-hover: #1a1a1a;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
|
Loading…
x
Reference in New Issue
Block a user