From 54ec09db8179f32a2f8b5a9a122023958f1f37a5 Mon Sep 17 00:00:00 2001 From: Liam Morland Date: Wed, 13 Dec 2023 12:55:20 -0500 Subject: [PATCH] Issue #261: Make form labels always bold --- html/themes/custom/dc_theme/css/devel.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/themes/custom/dc_theme/css/devel.css b/html/themes/custom/dc_theme/css/devel.css index cf979dab..42652895 100644 --- a/html/themes/custom/dc_theme/css/devel.css +++ b/html/themes/custom/dc_theme/css/devel.css @@ -3,6 +3,10 @@ * CSS needed during development */ +/* Form labels always bold */ +label { + font-weight: bold; +} /* Margin between dashboard items. */ div.dc-dashboard-actions,