From 677760c6c6485c6f66637a4c9095a0bf1ce143bf Mon Sep 17 00:00:00 2001 From: dacctal Date: Tue, 16 Jun 2026 05:09:18 +0000 Subject: fixed tight line height for buttons --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 2fb4aa3..5a69fff 100644 --- a/style.css +++ b/style.css @@ -45,6 +45,7 @@ a:link { padding: 4px 8px; text-decoration: none; margin-bottom: 0.5em; + line-height: 240%; } a:visited, a:active { color: var(--cl-green-6); -- cgit v1.2.3