From 9cf9f3f39d614d530248f44b71581124d402910c Mon Sep 17 00:00:00 2001 From: Awiteb Date: Mon, 26 Aug 2024 02:22:19 +0000 Subject: [PATCH] chore: Reduce paragraph line height Signed-off-by: Awiteb --- static/blog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/blog.css b/static/blog.css index 89abd85..a6ecc55 100644 --- a/static/blog.css +++ b/static/blog.css @@ -22,6 +22,7 @@ p { background: #1a2127 !important; color: #488bc9; } + line-height: 1.6rem; } pre {