From 67f9b5a94b08dbcae8bfbf8b86eb16f8270ceff7 Mon Sep 17 00:00:00 2001 From: phranck Date: Sat, 31 Jan 2026 19:47:09 +0100 Subject: [PATCH] Chore: Tighten terminal preview line-height to 1.3 --- palette-preview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/palette-preview.html b/palette-preview.html index 83ab434..9df2753 100644 --- a/palette-preview.html +++ b/palette-preview.html @@ -163,7 +163,7 @@ padding: 18px 20px; font-family: "SF Mono", "Fira Code", "Cascadia Code", "JetBrains Mono", Menlo, Monaco, "Courier New", monospace; font-size: 15px; - line-height: 1.7; + line-height: 1.3; margin-top: 20px; border: 1px solid rgba(255,255,255,0.04); overflow-x: auto;