fix: input font-family inherit

This commit is contained in:
enes 2024-07-30 18:04:40 +02:00
parent e280e87342
commit f21d158a8e

View File

@ -63,3 +63,7 @@ a {
text-decoration-color: inherit;
}
}
input {
font-family: inherit;
}