aboutsummaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-23 12:48:45 +0000
committerFuwn <[email protected]>2025-06-23 12:48:45 +0000
commitfa31653bbf223a87c9abc749f2112ebec8a4028c (patch)
treef0adc8093c401fc7d7a380609db992d915ce540d /default.css
parentchore: Bump version minor (diff)
downloadseptember-fa31653bbf223a87c9abc749f2112ebec8a4028c.tar.xz
september-fa31653bbf223a87c9abc749f2112ebec8a4028c.zip
feat(css): Proportional line-height to font-size scaling
Diffstat (limited to 'default.css')
-rw-r--r--default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.css b/default.css
index 7d70d73..cc50ae0 100644
--- a/default.css
+++ b/default.css
@@ -18,7 +18,7 @@ body {
color: var(--fg);
font-family: var(--font-monospace);
font-size: var(--font-size);
- line-height: 1rem;
+ line-height: math(1rem / var(--font-size));
}
h1,