diff options
| author | alex <alex@pdp7.net> | 2026-07-12 18:49:32 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-07-12 18:50:59 +0200 |
| commit | 5ebcb614e06ee168a265d552fffb7ee77b22ec67 (patch) | |
| tree | 99f4337606944cc40a7bb4c748fb944e2e5c3845 | |
| parent | dcf24ecd2efce0fb94f497ece46ea2752a54be45 (diff) | |
Tweak font adjustment applicationmaster
I think this is better as headers, etc. are also bigger
| -rw-r--r-- | blog/style.css | 8 |
1 files changed, 3 insertions, 5 deletions
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); -} |
