From cd1d4581a46642ea538cb3f763ecd454ea49f9e7 Mon Sep 17 00:00:00 2001 From: root <root@librenmscentos.localdomain> Date: Sat, 1 Jun 2019 03:36:02 +0200 Subject: [PATCH] Add weel and others --- html/css/custom/styles.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css index 1309cb6..1fdec61 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 { -- GitLab