From e5701b5c92179ee6d0337a626ec5ccb833ca9e20 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 19 Oct 2022 07:33:13 -0700 Subject: [PATCH] Increase line height of body text to 1.5 --- static/styles/root.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/styles/root.css b/static/styles/root.css index 976f9fe..03ce6b1 100644 --- a/static/styles/root.css +++ b/static/styles/root.css @@ -38,7 +38,7 @@ --body-font-size: 2rem; --body-item-spacing: 1em; - --body-line-height: 1.4; + --body-line-height: 1.5; --body-header-line-height: 1.1; --body-code-background-color: rgb(var(--super-lt-gray)); @@ -135,6 +135,7 @@ code { figcaption { font-size: 75%; + line-height: var(--body-line-height); margin-block-start: 0.2em; text-align: center; }