From d1749ce93a549a4d05de76b0caa32a3f4a658800 Mon Sep 17 00:00:00 2001 From: lilly Date: Fri, 12 Dec 2025 12:25:48 +0100 Subject: [PATCH] increase default line-height to 1.4 for all text In my opinion, this makes text-heavy sites like ours far easier to read. --- assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/style.css b/assets/css/style.css index a1038c2..0efc47c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -13,6 +13,7 @@ font-family: system-ui,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,Helvetica,Arial,"Helvetica Neue",sans-serif; text-align: left; + line-height: 1.4; /* Use dark grey instead of black to be lighter on the eyes. But also a grey * which still works with the link color nicely. */