From 8244b3d64ec6888dc65bfa599e9a878c97cb3440 Mon Sep 17 00:00:00 2001 From: gennyble Date: Fri, 20 Dec 2024 14:50:43 -0600 Subject: done? for now, anyway --- served/styles/common.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'served/styles/common.css') 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; -- cgit 1.4.1-3-g733a5