Browse Source

fix(component): theme-aware comment divider color

main
Mohan 1 month ago
parent
commit
0675efaeeb
  1. 2
      src/components/CommentSection.vue

2
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;
}

Loading…
Cancel
Save