cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

11504b302c785a86c0ca5dcff01b619bb71a195f

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-03-14T00:46:28Z

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; }
 }