Set the line height of all body text to 1.85

This commit is contained in:
Eryn Wells 2023-04-23 22:03:19 +09:00
parent ec96e17acd
commit 1b02d081e3

View file

@ -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));