cmc/cleberg.net

My personal web garden & blog.

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

be3dcaff8bf93fa2de01f96235a0be0f3f59ec77

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-05-22T02:22:44Z

feat: update yellow to gold
 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 9a36554..54e34ed 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -530,7 +530,7 @@ span.tag::before {
         --bg: #141617;
         --bg-bright: #191c1d;
         --fg: #b2aea9;
-        --link: yellow;
+        --link: gold;
         --code: red;
         --border: #333;
     }