Make form elements inherit font family

This commit is contained in:
Cosmic Process
2023-11-14 23:23:43 +03:00
committed by Daniel Micay
parent f6c2f5ca4c
commit 9a49c03ce5
+4
View File
@@ -159,6 +159,10 @@ main {
overflow-wrap: break-word;
}
button, input, select, textarea {
font-family: inherit;
}
button, .button, .button:visited {
color: white;
font-size: 0.9em;