form's labels now are bold

This commit is contained in:
Simon Vieille 2022-05-08 18:55:45 +02:00
parent 1d5e0addec
commit c140f402e4
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ legend.col-form-label, label {
font-weight: bold;
}
*[data-collection] label {
*[data-collection] label, .form-check-label {
font-weight: normal;
}