From ebb95f31952a988b8857118773cfd5c1ed5a53c1 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Fri, 28 Mar 2025 11:06:57 +0100 Subject: [PATCH] Consistent style for h1 in article, aside, nav, section See https://github.com/whatwg/html/issues/7867 --- package/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/index.css b/package/index.css index ee712b5..4fb59a9 100644 --- a/package/index.css +++ b/package/index.css @@ -88,6 +88,10 @@ text-wrap: balance; } +:where(h1) { + font-size: 2em; +} + :where(hr) { border: none; border-block-start: 1px solid;