From ab69b4229dd6ed4386ff4e6df26542c69aee1ec8 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 29 Apr 2024 21:36:31 -0700 Subject: [PATCH] chore: line height --- src/assets/styles/base/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index 46bb48ec..c50e5f20 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -5,7 +5,7 @@ html { font-size: var(--font-size-base); letter-spacing: -.05rem; word-spacing: -.125rem; - line-height: var(--line-height-base); + line-height: var(--line-height-xl); background: var(--background-color); accent-color: var(--accent-color) }