From 39e1864058326c6d818ee4ed210f9b9a904ec4bb Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 23 Apr 2026 22:52:06 -0500 Subject: update dark mode link color --- theme/static/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theme/static') diff --git a/theme/static/styles.css b/theme/static/styles.css index 59ea095..6f57efc 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -16,7 +16,7 @@ blockquote p { margin: 0; } code { color: #942192; } @media (prefers-color-scheme: dark) { body { background-color: #181a1b; color: #cccccc; } - a, a:visited { color: #00db00; } + a, a:visited { color: #68A9F8; } code { color: #ff68e1; } - pre, blockquote { background-color: black; } + pre, blockquote { background-color: black; } } -- cgit v1.2.3