From 84eb7e50d1aeacdaaa4aa954a15ad4225c498bb1 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sun, 4 Jan 2026 23:42:50 -0600 Subject: [PATCH] fix: styling --- src/GroundsForSupport.Client/src/App.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/GroundsForSupport.Client/src/App.css b/src/GroundsForSupport.Client/src/App.css index e4b0f96..f82c4d1 100644 --- a/src/GroundsForSupport.Client/src/App.css +++ b/src/GroundsForSupport.Client/src/App.css @@ -65,7 +65,8 @@ form label { font-weight: 700; } -form label .detail { +form label .detail, +form .email-label .detail { font-size: 0.875rem; color: #ccc; }