From e7954c63e4431265333bee4493a13d88add0bba2 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 19:56:46 -0500 Subject: [PATCH] Lighter font weight for labels (300) --- frontends/web/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontends/web/static/style.css b/frontends/web/static/style.css index 0b687c2..b60a032 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -121,6 +121,7 @@ ---------------------------------------------------------------------------- */ .card .form-label { color: #ffe699; + font-weight: 300; animation: gold-shimmer 1.5s ease-in-out infinite; }