about summary refs log tree commit diff
path: root/served/styles/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'served/styles/common.css')
-rwxr-xr-xserved/styles/common.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/served/styles/common.css b/served/styles/common.css
index 91750cf..81e5b43 100755
--- a/served/styles/common.css
+++ b/served/styles/common.css
@@ -31,6 +31,18 @@
 	/* ^ lmao */
 }
 
+@media (prefers-color-scheme: dark) {
+	:root {
+		--text: #eee;
+		--text-dim: #aaa;
+		--background: #001;
+		--background-dim: #223;
+
+		--link: salmon;
+		--visited: mediumslateblue;
+	}
+}
+
 html,
 body {
 	margin: 0;
@@ -96,6 +108,17 @@ a.dead {
 	text-decoration: line-through;
 }
 
+code {
+	font-size: 1.1rem;
+	font-family: Recursive, sans-serif;
+	font-variation-settings:
+		"MONO" 1,
+		"CASL" 0,
+		"wght" 400,
+		"slnt" 0,
+		"CRSV" 0;
+}
+
 #nav-access {
 	/* shove it above the page and make sure it's always on top*/
 	position: absolute;