From aa2d753b96403e62f851c824d0c2e88cfbc27886 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 16 Jan 2025 01:32:48 -0600 Subject: [PATCH] refactor(style): set code line-height to normal --- assets/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style/style.css b/assets/style/style.css index 4c021af..13608f1 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -313,7 +313,7 @@ code { border-radius: 6px; padding: 2px; font-family: monospace; - line-height: 22px; + line-height: normal; background-color: var(--sumiInk2); }