summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-16 05:09:18 +0000
committerdacctal <dacctal@symlinx.net>2026-06-16 05:09:18 +0000
commit677760c6c6485c6f66637a4c9095a0bf1ce143bf (patch)
treeb2c522ec48d2f5b0e67fa189c5a636da6cf6eb55
parenta4c1d40069042d5dac923690be19b2ce99012194 (diff)
fixed tight line height for buttons
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
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);