🎨 updated comment

This commit is contained in:
landaiqing
2024-11-04 11:35:42 +08:00
parent fca5879dc0
commit e8ba4a1010
62 changed files with 1343 additions and 47 deletions

View File

@@ -7,6 +7,16 @@
--comment-text-color: #767779;
// 评论子评论背景颜色
--comment-child-background-color: #f5f5f5;
// 评论列表背景颜色
--comment-list-background-color: #fafafa;
// 举报弹窗文字颜色
--comment-report-text-color: rgba(15, 15, 16, 0.58);
// 评论框边框颜色
--comment-child-box-border-color: #90d952;
}
[data-dark="dark"] {
@@ -18,6 +28,14 @@
--comment-text-color: #ffffff;
// 评论子评论背景颜色
--comment-child-background-color: rgb(0, 0, 0);
// 评论列表背景颜色
--comment-list-background-color: rgba(15, 15, 16, 0.3);
// 举报弹窗文字颜色
--comment-report-text-color: #ffffff;
// 评论框边框颜色
--comment-child-box-border-color: #ffffff;
}
#app {