diff --git a/customize.dist/src/outer.css b/customize.dist/src/outer.css index 75f449e61..ba35bf168 100644 --- a/customize.dist/src/outer.css +++ b/customize.dist/src/outer.css @@ -2,6 +2,11 @@ html, body { margin: 0px; padding: 0px; } +@media (prefers-color-scheme: dark) { + html, body { + background: black; + } +} #sbox-iframe, #sbox-secure-iframe { position: fixed; top:0; left:0; diff --git a/www/admin/index.html b/www/admin/index.html index c59dd8edc..959d7b9e8 100644 --- a/www/admin/index.html +++ b/www/admin/index.html @@ -6,7 +6,7 @@ - +