Skip to content

Commit

Permalink
Issue #261: Make form labels always bold
Browse files Browse the repository at this point in the history
  • Loading branch information
lkmorlan committed Dec 13, 2023
1 parent 91ccb98 commit 54ec09d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions html/themes/custom/dc_theme/css/devel.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
* CSS needed during development
*/

/* Form labels always bold */
label {
font-weight: bold;
}

/* Margin between dashboard items. */
div.dc-dashboard-actions,
Expand Down

0 comments on commit 54ec09d

Please sign in to comment.