cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

1acdb98f08b126a78afa09a2648df345687b2edb

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-11-12T01:10:19Z

fix line height for WCAG
 theme/static/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/static/styles.css b/theme/static/styles.css
index 5125b43..8242371 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -12,7 +12,7 @@ body {
     color: var(--fg-light);
     font-family: Menlo, Consolas, Monaco, Adwaita Mono, Liberation Mono, Lucida Console, monospace;
     font-size: 0.9rem;
-    line-height: 1.4rem;
+    line-height: 1.5;
     margin: 1.5rem;
     max-width: 45em;
 }