Skip to content

Commit 6b64e4b

Browse files
committed
style(form): change weight of font (input) for more lisibility
1 parent 5fe7491 commit 6b64e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/form.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ input:not([type=radio]), textarea, .custom-select {
2525
outline: none;
2626
background-color: transparent;
2727
font-family: $Montserrat;
28-
font-weight: lighter;
28+
font-weight: normal;
2929
font-size: 0.75em;
3030
}
3131

0 commit comments

Comments
 (0)