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/dark.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 static/dark.css (limited to 'static/dark.css') diff --git a/static/dark.css b/static/dark.css new file mode 100644 index 00000000..f53d8027 --- /dev/null +++ b/static/dark.css @@ -0,0 +1,12 @@ +main { + background-color: black; + color: white; +} + +main a { + color: lightblue; +} + +main .day { + border-color: white; +} -- cgit v1.2.3