Skip to content

Commit fcfd98a

Browse files
committed
style(input): make input inherit font-family from parent
1 parent 7311bf3 commit fcfd98a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/assets/styles/reset.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ input {
33
box-sizing: border-box;
44
}
55

6+
input {
7+
font-family: inherit;
8+
}
9+
610
a {
711
text-decoration: none;
812
color: var(--color);

0 commit comments

Comments
 (0)