mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
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:
parent
2b50fc2010
commit
d450f61534
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue