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