cmc/cleberg.net

My personal web garden & blog.

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

6f89aedf1c3cbb4c8fb1bca2c763d15d3ab67a7d

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-11-15T01:23:18Z

fix code font color to AAA status
 theme/static/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/static/styles.css b/theme/static/styles.css
index 223d279..757ad7e 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -4,7 +4,7 @@
     --fg: #1b2229;
     --fg-light: #383a42;
     --link: #014980;
-    --code: #e45649;
+    --code: #8c2117;
 }
 
 body {