From 1b02d081e3ed08923acc0b5572a72608fb5e1b45 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 23 Apr 2023 22:03:19 +0900 Subject: [PATCH] Set the line height of all body text to 1.85 --- assets/styles/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/root.css b/assets/styles/root.css index b1b8e6c..7b87679 100644 --- a/assets/styles/root.css +++ b/assets/styles/root.css @@ -37,7 +37,7 @@ --body-font-size: 2rem; --body-item-spacing: 1em; - --body-line-height: 1.5; + --body-line-height: 1.85; --body-header-line-height: 1.1; --body-code-background-color: rgb(var(--super-lt-gray));