mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
Use monospace on <input> too
It looks like having "font-family: monospace" on <body> doesn't set it for <input> too.
This commit is contained in:
parent
d0064dd647
commit
839e46360e
1 changed files with 2 additions and 0 deletions
|
@ -352,6 +352,8 @@ form input[type="url"],
|
|||
form input[type="email"] {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue