aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-05-21 21:22:44 -0500
committerChristian Cleberg <hello@cleberg.net>2025-05-21 21:22:44 -0500
commit3f12496b68a0ebe8d0e52d7c5e8e95d226828c87 (patch)
tree39995806f057f3ef09cacda9f5c6ee7e5f159e03 /theme
parent43d57bea030b1aa989c9cd71f606b96aae961bb9 (diff)
downloadcleberg.net-3f12496b68a0ebe8d0e52d7c5e8e95d226828c87.tar.gz
cleberg.net-3f12496b68a0ebe8d0e52d7c5e8e95d226828c87.tar.bz2
cleberg.net-3f12496b68a0ebe8d0e52d7c5e8e95d226828c87.zip
feat: update yellow to gold
Diffstat (limited to 'theme')
-rw-r--r--theme/static/styles.css2
1 files changed, 1 insertions, 1 deletions
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;
}