From 22745030911846b1aaca5968a85bf65ad7b31882 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 5 Dec 2024 20:30:10 -0500 Subject: Update git repo links, minor 404 page cleanup, testing out inverted colors for dark mode --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 665a853..6f5e443 100644 --- a/style.css +++ b/style.css @@ -11,6 +11,7 @@ html { body { background: #fff; border: 2px solid #212738; + color: black; font-family: 'Verdana', sans-serif; font-size: 15px; line-height: 1.4; @@ -224,3 +225,15 @@ footer p { white-space: nowrap; } } + +@media (prefers-color-scheme: dark) { + html { + background: black; + } + body { + filter: invert(0.85); + } + img { + filter: invert(1); + } +} -- cgit v1.2.3-70-g09d2