From a0781b1cf7f8924e39913ccf5d140a06aa4d6c8d Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 19:53:04 -0500 Subject: [PATCH] Faster gold shimmer cycle (1.5s) --- 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 4cc3b1d..eb8f216 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -121,7 +121,7 @@ ---------------------------------------------------------------------------- */ .card .form-label { color: #ffe699; - animation: gold-shimmer 2.5s ease-in-out infinite; + animation: gold-shimmer 1.5s ease-in-out infinite; } @keyframes gold-shimmer {