From baf88a1ca1e2ddfd713f58d6bae527ec8f7dbbc0 Mon Sep 17 00:00:00 2001 From: CapaCake Date: Mon, 30 Mar 2026 15:41:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D0fe29c7=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=AF=BC=E8=87=B4=E7=9A=84=E6=8A=96=E5=8A=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/markdown.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/markdown.css b/src/styles/markdown.css index 7229ce2..2f6d218 100644 --- a/src/styles/markdown.css +++ b/src/styles/markdown.css @@ -29,7 +29,6 @@ &:hover, &:active { @apply decoration-transparent; background: var(--btn-plain-bg-hover); - border-bottom: 1px dashed var(--link-hover); text-decoration: none; } }