From 11504b302c785a86c0ca5dcff01b619bb71a195f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 13 Mar 2026 19:46:28 -0500 Subject: dark mode tweaks --- theme/static/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theme/static/styles.css b/theme/static/styles.css index b15a418..409f08f 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -14,6 +14,7 @@ blockquote p { margin: 0; } code { color: darkred; } @media (prefers-color-scheme: dark) { body { background-color: #181a1b; color: #e8e6e3; } - a, a:visited { color: #66adff; } - code { #ff6b6b; } + a, a:visited { color: lightblue; } + code { color: red; } + pre, blockquote { background-color: black; } } -- cgit v1.2.3