mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
set custom font for inputs and buttons
Signed-off-by: Thaddeus Kuah <tk@tkkr.dev>
This commit is contained in:
parent
6886275978
commit
442a786613
|
@ -381,6 +381,9 @@ html.y .btn:focus {
|
||||||
box-shadow: 0 .1em .2em #037 inset;
|
box-shadow: 0 .1em .2em #037 inset;
|
||||||
outline: #037 solid .1em;
|
outline: #037 solid .1em;
|
||||||
}
|
}
|
||||||
|
input, button {
|
||||||
|
font-family: var(--font-main), sans-serif;
|
||||||
|
}
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue