From 64563139ca70b57b611972f1e9d496efdf3862e8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 15 Feb 2026 13:27:06 +0100 Subject: Add light-mode theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/style.css b/style.css index 0798bb3..9adb147 100644 --- a/style.css +++ b/style.css @@ -119,3 +119,24 @@ ul { .seealso { color: #888888; } + + +@media (prefers-color-scheme: light) { + body { + background-color: #D8D4D2; + color: #222222; + } + + a:hover { + background-color: #F0F0F0; + } + + .seealso { + color: #707070; + } + + .lacuna { + opacity: 0.5; + background-color: #777777; + } +} -- cgit v1.2.3-70-g09d2