From afdc48378489d1ce1183dfd720fd838074812a49 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jan 2022 14:01:55 +0000 Subject: Reformatting. Adding things to date.py --- static/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'static/style.css') 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 */ +} + -- cgit v1.2.3