cmc/cleberg.net

My personal web garden & blog.

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

39e1864058326c6d818ee4ed210f9b9a904ec4bb

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-04-24T03:52:06Z

update dark mode link color
 theme/static/styles.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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