mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-28 18:26:19 -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"] {
|
form input[type="email"] {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in a new issue