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-07-01 13:34:22 +02:00
committed by Simon Ser
parent d0064dd647
commit 839e46360e
+2
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 {