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