fix: input font-family inherit
This commit is contained in:
parent
e280e87342
commit
f21d158a8e
@ -63,3 +63,7 @@ a {
|
||||
text-decoration-color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user