css: modify font size

master
urosm 2024-09-08 02:58:18 +02:00
parent 373d3b7458
commit 3195f7bae3
1 changed files with 1 additions and 8 deletions

View File

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