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; }