From a81a20f8eebf40d3f7a717d18c92f6be93e95d39 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 7 Jan 2026 19:31:58 -0500 Subject: [PATCH] Style form labels with Stegasoo gold color --- frontends/web/static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontends/web/static/style.css b/frontends/web/static/style.css index ca7d264..c9c30d8 100644 --- a/frontends/web/static/style.css +++ b/frontends/web/static/style.css @@ -116,6 +116,13 @@ pointer-events: none; } +/* ---------------------------------------------------------------------------- + Form Labels - Stegasoo Gold + ---------------------------------------------------------------------------- */ +.card .form-label { + color: var(--header-gold); +} + /* ---------------------------------------------------------------------------- Security Factor Boxes - Matches drop-zone dashed border style ---------------------------------------------------------------------------- */