From d015be8f46a75b749fec9814cd98536d81f0ad9b Mon Sep 17 00:00:00 2001 From: fs Date: Tue, 24 Mar 2026 19:20:06 +0100 Subject: [PATCH] fix: larger h1 --- web/css/base/typography.tokens.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/css/base/typography.tokens.css b/web/css/base/typography.tokens.css index 9471cac..7400dcd 100644 --- a/web/css/base/typography.tokens.css +++ b/web/css/base/typography.tokens.css @@ -48,7 +48,7 @@ --text-label: var(--text-sm); /* form labels, nav items */ --text-body: var(--text-base); /* default body text */ --text-title: var(--text-xl); /* section headings (h2) */ - --text-page-title: var(--text-2xl); /* page headings (h1) */ + --text-page-title: var(--text-3xl); /* page headings (h1) */ /* ── Line-height tokens ─────────────────────────────────────── */ --leading-none: 1;