From c1c850c593bb692641e18fb8cbdc6783705710be Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 19:58:15 -0500 Subject: [PATCH] Normal font weight (400) for labels --- 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 7e1bcfa..1ee2379 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -121,7 +121,7 @@ ---------------------------------------------------------------------------- */ .card .form-label { color: #ffe699; - font-weight: 600; + font-weight: 400; animation: gold-shimmer 1.5s ease-in-out infinite; }