From e1f1115723ba41efb6098fe6d31b0ff1352c2105 Mon Sep 17 00:00:00 2001 From: asboyer Date: Sat, 14 Feb 2026 18:35:13 -0500 Subject: [PATCH] fix: prevent underline artifact on substack icon after click --- _sass/_base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/_base.scss b/_sass/_base.scss index d3815e31..0e58fe92 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -408,6 +408,7 @@ blockquote { // margin-bottom: 0px; a { margin: 0.5rem; + text-decoration: none; i::before { color: var(--global-text-color); transition-property: all 0.2s ease-in-out;