From 3d17ca5d780c821bca5b79ce930d67ec901c8b9f Mon Sep 17 00:00:00 2001 From: m455 Date: Sat, 4 Feb 2023 00:40:05 -0500 Subject: [PATCH] one more (hopefully?) css tweak, since i find the black/white contrast causes my eyes to blur haha --- assets/templates/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/templates/default.html b/assets/templates/default.html index 2b1b1cc..a79beed 100644 --- a/assets/templates/default.html +++ b/assets/templates/default.html @@ -56,8 +56,8 @@ .line:target { background-color: yellow } @media (prefers-color-scheme: dark) { body { - color: white; - background-color: black; + color: #dddddd; + background-color: #111111; } a { color: cyan; } pre, code { background-color: #222222 }