From 2b3d4b5efc33fbc029b79ee8249499bb41e4ee1f Mon Sep 17 00:00:00 2001 From: Mehwish Date: Fri, 3 Oct 2025 12:05:07 +0530 Subject: [PATCH] Made the form titles visible in dark mode --- frontend/static/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/static/styles.css b/frontend/static/styles.css index 19295bf..837f5fa 100644 --- a/frontend/static/styles.css +++ b/frontend/static/styles.css @@ -646,6 +646,12 @@ body { font-weight: 500; color: #1d1d1f; } +[data-theme="dark"] .form-group label { + display: block; + margin-bottom: 8px; + font-weight: 500; + color: #f1f1f4; +} .form-group input, .form-group select,