forgot the html selector

This commit is contained in:
Luc Appelman 2021-11-22 13:31:35 +01:00 committed by GitHub
parent 6facf41dba
commit f393c767d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {