From 6b6ce44f76f5498cbb1137dd5d97c45dd8242a2e Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sat, 23 Aug 2025 10:34:45 -0400 Subject: [PATCH] Fix button.link --- src/stylelite.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stylelite.css b/src/stylelite.css index 81cdc69..bfa7139 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -245,6 +245,7 @@ button.link { border: none; background: none; color: var(--theme); + margin:0; } button.link:hover {