From 0d0c65cd83a942812bcba29e709c82469f64d9a6 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 23 Jun 2025 12:48:45 +0000 Subject: feat(css): Proportional line-height to font-size scaling --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.css') 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, -- cgit v1.2.3