aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,