🎨 updated comment
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user