From 0675efaeeb1d165c663db107340fcf1f1055e872 Mon Sep 17 00:00:00 2001 From: Mohan Date: Wed, 12 Aug 2026 16:35:05 +0800 Subject: [PATCH] fix(component): theme-aware comment divider color --- src/components/CommentSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommentSection.vue b/src/components/CommentSection.vue index b671f57..3ad9ff1 100644 --- a/src/components/CommentSection.vue +++ b/src/components/CommentSection.vue @@ -209,7 +209,7 @@ onMounted(() => { } .comment-item:not(:last-child) .comment-card { - border-bottom: 1px dashed #d4c4b0; + border-bottom: 1px dashed var(--ac-border-strong); padding-bottom: 18px; }