This commit is contained in:
Alexander 2025-06-22 11:14:02 -04:00
parent f3f4fe296f
commit 7537a968b7
8 changed files with 128 additions and 12 deletions

View file

@ -174,6 +174,10 @@
--base-font-size: 16pt;
}
html {
font-size: var(--base-font-size);
}
/* Setting the line height here apparently stops "normal" from varying
across the course of <body>. */
body {