From d6b5b3bed2dd53b0fffe6fe665aa226138e10e8d Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 29 Nov 2025 10:30:21 +0530 Subject: [PATCH] ui: Fix dark theme color for form help text - Use the right CSS variable. Tests: - In a form, the help text for an input is unchanged in light mode. And in dark mode, it is more appropriate. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- static/themes/default/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index b18e180c0..8186ce860 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -71,7 +71,7 @@ h6:not(:first-child) { display: block; margin-top: 0.3125rem; margin-bottom: 0.625rem; - color: var(--bs-secondary); + color: var(--bs-secondary-color); } /* .close was renamed to .alert-dismissable.btn-close in Bootstrap 5, needs