cmc/cleberg.net

My personal web garden & blog.

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

0b320187e61abad697a217f5cae0850634a4d9ac

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-03-13T23:22:56Z

add dark mode
 theme/static/styles.css | 1 +
 1 file changed, 1 insertion(+)

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