font consistency fixes
This commit is contained in:
@@ -41,6 +41,7 @@ legend {
|
||||
|
||||
fieldset {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
fieldset > *:last-child {
|
||||
|
||||
+1
-2
@@ -53,7 +53,6 @@ header {
|
||||
}
|
||||
|
||||
header h1 {
|
||||
font-size: 18px;
|
||||
margin: 0;
|
||||
background-color: var(--nav-header-bg-color);
|
||||
color: var(--nav-header-text-color);
|
||||
@@ -61,8 +60,8 @@ header h1 {
|
||||
}
|
||||
|
||||
nav {
|
||||
font-size: var(--small-font-size);
|
||||
overflow: hidden;
|
||||
font-size: larger;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
|
||||
+17
-1
@@ -3,6 +3,9 @@
|
||||
--positive-color: #0f0;
|
||||
--highlight-color: yellow;
|
||||
--lightbg-text-color: black;
|
||||
--large-font-size: 32px;
|
||||
--medium-font-size: 24px;
|
||||
--small-font-size: 16px;
|
||||
}
|
||||
|
||||
@media screen and (prefers-color-scheme: dark) {
|
||||
@@ -41,9 +44,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
*, h1, h2, h3, p {
|
||||
box-sizing: border-box;
|
||||
font-family: monospace;
|
||||
|
||||
}
|
||||
|
||||
h1, p {
|
||||
font-size: var(--small-font-size);
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: var(--large-font-size);
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: var(--medium-font-size);
|
||||
}
|
||||
|
||||
html {
|
||||
|
||||
Reference in New Issue
Block a user