2
0
Fork 0

chore: use kontakt font for input elements

This commit is contained in:
Luca 2024-05-14 23:55:11 +02:00
parent df0f28efb2
commit 44417d09cc
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@
flex-grow: 1;
}
button, input, select, textarea {
font-family: inherit;
}
:root {
--background: #fff;
}