Apply custom fonts to buttons and input fields (#152)

* set custom font for inputs and buttons

Signed-off-by: Thaddeus Kuah <tk@tkkr.dev>
This commit is contained in:
thaddeus kuah 2025-04-07 03:15:10 +08:00 committed by GitHub
parent 2b50fc2010
commit d450f61534
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -381,6 +381,9 @@ html.y .btn:focus {
box-shadow: 0 .1em .2em #037 inset;
outline: #037 solid .1em;
}
input, button {
font-family: var(--font-main), sans-serif;
}
input[type="submit"] {
cursor: pointer;
}