From 5fe0139b9325fad5de16be61d122cedde569ab38 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 20 May 2023 08:32:49 -0700 Subject: [PATCH] Fix a stray --body-line-height --- assets/styles/monokai.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/monokai.css b/assets/styles/monokai.css index 523390e..685f3d9 100644 --- a/assets/styles/monokai.css +++ b/assets/styles/monokai.css @@ -8,7 +8,7 @@ } .chroma { - line-height: var(--body-line-height); + line-height: var(--line-height); } .bg {