From 5ebcb614e06ee168a265d552fffb7ee77b22ec67 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 12 Jul 2026 18:49:32 +0200 Subject: Tweak font adjustment application I think this is better as headers, etc. are also bigger --- blog/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'blog') diff --git a/blog/style.css b/blog/style.css index 60cec1f7..ad714ff4 100644 --- a/blog/style.css +++ b/blog/style.css @@ -1,5 +1,8 @@ :root { color-scheme: light dark; + /* from Mozilla reader mode and https://lobste.rs/c/zeegjm */ + line-height: 1.6em; + font-size: max(1rem, 20px); } body { max-width: 40em; @@ -8,8 +11,3 @@ body { padding-left: 2em; padding-right: 2em; } -p, blockquote, li { - /* from Mozilla reader mode and https://lobste.rs/c/zeegjm */ - line-height: 1.6em; - font-size: max(1rem, 20px); -} -- cgit v1.2.3