specify and use custom css class for checkbox labels

This commit is contained in:
Bilal Catic
2019-11-18 06:44:10 +01:00
parent 002a8e8572
commit e42531ff57
2 changed files with 5 additions and 5 deletions

View File

@@ -144,6 +144,6 @@ h3 {
margin-left: -5px;
}
p > label {
.checkbox-label {
color: black;
}