summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index e69de29..68ebec7 100644
--- a/static/style.css
+++ b/static/style.css
@@ -0,0 +1,13 @@
+html {
+ line-height: 1.5;
+ font-family: monospace;
+ color: #1a1a1a;
+ background-color: #fdfdfd;
+}
+@media (prefers-color-scheme: dark){
+ body {color:white;background:black}
+ html {color:white;background:black}
+ a:link, a:visited { color: #aab9c1; }
+ a:hover, a:active { color: hotpink; } /* hotpink on hover */
+}
+