From 0b320187e61abad697a217f5cae0850634a4d9ac Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 13 Mar 2026 18:22:56 -0500 Subject: add dark mode --- theme/static/styles.css | 1 + 1 file changed, 1 insertion(+) (limited to 'theme') diff --git a/theme/static/styles.css b/theme/static/styles.css index 348b9d7..b15a418 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -15,4 +15,5 @@ code { color: darkred; } @media (prefers-color-scheme: dark) { body { background-color: #181a1b; color: #e8e6e3; } a, a:visited { color: #66adff; } + code { #ff6b6b; } } -- cgit v1.2.3