update font css
This commit is contained in:
@@ -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] {
|
||||||
|
|||||||
Reference in New Issue
Block a user