explicitly unbold text by default, otherwise might be bold
This commit is contained in:
parent
e869db47b0
commit
a857559979
1 changed files with 2 additions and 0 deletions
|
@ -485,9 +485,11 @@ button.loading {
|
||||||
.section h2 {
|
.section h2 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
.section h3 {
|
.section h3 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
/* slight position correction of checkboxes and radio buttons */
|
/* slight position correction of checkboxes and radio buttons */
|
||||||
.section input[type="checkbox"],
|
.section input[type="checkbox"],
|
||||||
|
|
Loading…
Reference in a new issue