aboutsummaryrefslogtreecommitdiff
path: root/static/dark.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-02-23 00:34:04 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-02-23 00:34:20 +0100
commitc466b6caaa7b6dce2c45075ce1b31235ff90cd34 (patch)
treed0ed25e04bef865c196a5b4213ace7e51ed89310 /static/dark.css
parentadd dirty hack to handle "some" bad HTML. (diff)
downloadcalp-c466b6caaa7b6dce2c45075ce1b31235ff90cd34.tar.gz
calp-c466b6caaa7b6dce2c45075ce1b31235ff90cd34.tar.xz
Add rudementary dark theme.
Diffstat (limited to 'static/dark.css')
-rw-r--r--static/dark.css12
1 files changed, 12 insertions, 0 deletions
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;
+}