From 6546730d1dccf3f04e06bf7cff66688213ff702c Mon Sep 17 00:00:00 2001 From: CapaCake Date: Mon, 30 Mar 2026 15:12:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=92=A4=E5=9B=9E0fe29c7=E6=9B=B4?= =?UTF-8?q?=E6=94=B9,=E4=BF=AE=E5=A4=8D=E5=85=B6=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E6=96=87=E7=AB=A0=E9=A1=B5=E9=9D=A2=E6=8A=96=E5=8A=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/markdown.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/styles/markdown.css b/src/styles/markdown.css index 7229ce2..3cea03b 100644 --- a/src/styles/markdown.css +++ b/src/styles/markdown.css @@ -22,15 +22,9 @@ a:not(.no-styling) { @apply relative bg-none link font-medium text-[var(--primary)] underline decoration-[var(--link-underline)] decoration-1 decoration-dashed underline-offset-4; - box-decoration-break: clone; - -webkit-box-decoration-break: clone; - display: inline-block; - + &:hover, &:active { @apply decoration-transparent; - background: var(--btn-plain-bg-hover); - border-bottom: 1px dashed var(--link-hover); - text-decoration: none; } }