From 5e32ecb35ab767b568768b04c7230f5a677e7335 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 19:52:33 -0500 Subject: [PATCH] More subtle gold shimmer --- frontends/web/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/web/static/style.css b/frontends/web/static/style.css index ec9fde6..4cc3b1d 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -126,7 +126,7 @@ @keyframes gold-shimmer { 0%, 100% { color: #ffe699; } - 50% { color: #fffef5; } + 50% { color: #fff2c4; } }