Make the heading on form elements less bold

This commit is contained in:
Dane Everitt 2019-06-25 22:00:18 -07:00
parent 9cb8020dbe
commit 2f5a1984b3
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -79,7 +79,7 @@ input[type=number] {
}
label {
@apply .block .text-xs .font-medium .uppercase .text-neutral-700 .mb-2;
@apply .block .text-xs .uppercase .text-neutral-700 .mb-2;
}
select:not(.appearance-none) {