style(topic-cards): 更新主题卡片边框颜色样式
Discourse Theme / ci (push) Failing after 0s

- 将主题卡片左侧边框颜色从变量 --d-button-danger-icon-color 改为 #0008
This commit is contained in:
2026-02-21 10:07:22 +08:00
parent b83d1c4de9
commit ac2bb8084b
+1 -1
View File
@@ -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;
}
}