aboutsummaryrefslogtreecommitdiff
path: root/static/light.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/light.css')
-rw-r--r--static/light.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/light.css b/static/light.css
new file mode 100644
index 00000000..05c05d56
--- /dev/null
+++ b/static/light.css
@@ -0,0 +1,12 @@
+main {
+ background-color: white;
+ color: black;
+}
+
+main a {
+ color: blue;
+}
+
+main .day {
+ border-color: black;
+}