Make form elements inherit font family
This commit is contained in:
parent
f6c2f5ca4c
commit
9a49c03ce5
@ -159,6 +159,10 @@ main {
|
|||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button, input, select, textarea {
|
||||||
|
font-family: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
button, .button, .button:visited {
|
button, .button, .button:visited {
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user