aboutsummaryrefslogtreecommitdiff
path: root/static/dark.css
diff options
context:
space:
mode:
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;
+}