From 8368e2782bc9416aa3dd039db4120ab029225fc7 Mon Sep 17 00:00:00 2001 From: intergrav Date: Tue, 27 May 2025 09:50:23 -0400 Subject: [PATCH] feat: compact line height --- slight.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slight.css b/slight.css index 6f1ea75..39f0a41 100644 --- a/slight.css +++ b/slight.css @@ -31,7 +31,7 @@ html { font-family: var(--sc-font); - line-height: 1.5; + line-height: 1.3; tab-size: 4; } -- 2.51.2