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:
Arik 2022-06-30 18:26:44 +06:00 committed by Simon Ser
parent d0064dd647
commit 839e46360e

View file

@ -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 {