css: fix font size

master
urosm 2024-09-08 03:04:02 +02:00
parent 3195f7bae3
commit 7f283451b5
1 changed files with 8 additions and 1 deletions

View File

@ -10,7 +10,7 @@
/* variables */
:root {
--font-size: 100%;
--font-size: 9pt;
--line-height: 1.25;
--font-family: monospace;
@ -35,6 +35,13 @@
--error-color: var(--red);
}
/* wider screens */
@media (min-width: 120ch) {
:root {
--font-size: 12pt;
}
}
/* reset */
:root {