From c466b6caaa7b6dce2c45075ce1b31235ff90cd34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 23 Feb 2020 00:34:04 +0100 Subject: Add rudementary dark theme. --- static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index e01eef32..ec249956 100644 --- a/static/style.css +++ b/static/style.css @@ -343,5 +343,6 @@ body { width: calc(100% + 2em); height: 4px; background: blue; + border-color: blue; left: -1em; } -- cgit v1.2.3