Make form labels and help more legible, better grouped around element

This commit is contained in:
benjamin melançon 2025-09-24 01:06:39 -04:00
parent 4a926facf3
commit 44343b3a33

View file

@ -6,6 +6,11 @@
.label {
color: currentColor;
font-size: 1rem;
}
.label:not(:last-child) {
margin-bottom: 0.25em;
}
.is-dark {
@ -27,7 +32,7 @@
.content p.form-label,
.form-label {
margin-top: 1rem;
margin-top: 1.25rem;
margin-bottom: .6rem;
}