From ac2bb8084bfc27e75ebb93b6a92ed24c3e64f614 Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Sat, 21 Feb 2026 10:07:22 +0800 Subject: [PATCH] =?UTF-8?q?style(topic-cards):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E5=8D=A1=E7=89=87=E8=BE=B9=E6=A1=86=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将主题卡片左侧边框颜色从变量 --d-button-danger-icon-color 改为 #0008 --- scss/topic-cards.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/topic-cards.scss b/scss/topic-cards.scss index a29fc28..82fb50e 100644 --- a/scss/topic-cards.scss +++ b/scss/topic-cards.scss @@ -157,7 +157,7 @@ .discourse-no-touch & { background: var(--d-sidebar-active-background); box-shadow: 4px 5px 3px 1px #0003, 0 8px 20px -10px var(--topic-card-shadow); - border-left: 5px solid var(--d-button-danger-icon-color); + border-left: 5px solid #0008; } }