update font css

This commit is contained in:
sentriz
2020-04-02 16:42:17 +01:00
parent a127980f68
commit 1d4ec63de2

View File

@@ -12,11 +12,13 @@
}
*,
span,
body,
button,
div,
i,
input,
body,
input[type],
select,
span,
html {
font-family: monospace;
font-size: var(--size);
@@ -30,6 +32,7 @@ body {
input[type],
select,
button,
textarea {
border-radius: 0;
border: 1px solid #ccc;
@@ -37,7 +40,7 @@ textarea {
margin: 1px 0;
padding: 0;
height: calc(var(--size) * 1.25);
vertical-align: middle;
vertical-align: bottom;
}
input[type] {