diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css index 1309cb66f1f04ac96994011af3d4554770bd8c70..1fdec616137778193c271f9f1d8eac53154e1553 100644 --- a/html/css/custom/styles.css +++ b/html/css/custom/styles.css @@ -32,7 +32,12 @@ $config['webui']['custom_css'][] = "css/custom/styles.css"; $config['site_style'] = "mono"; */ - +@media screen and (prefers-color-scheme: dark) { + body { + background-color: black; + color: white; + } +} @media (prefers-color-scheme: dark) { img { @@ -539,6 +544,14 @@ legend { background-color: #1e1e21; } +/* WELL*/ + +.well { + + background-color: #333; + border: 1px solid #333; +} + /* FOOTER */ .panel-footer {