updated

This commit is contained in:
landaiqing
2024-11-03 17:21:36 +08:00
parent a451267e33
commit c725936f39
18 changed files with 267 additions and 121 deletions

View File

@@ -3,7 +3,10 @@
--text-color: #000000;
// 着陆页背景颜色
--landing-background-color-main: #b9f187;
// 评论文字颜色
--comment-text-color: #767779;
// 评论子评论背景颜色
--comment-child-background-color: #f5f5f5;
}
[data-dark="dark"] {
@@ -11,7 +14,10 @@
--text-color: #ffffff;
// 着陆页背景颜色
--landing-background-color-main: rgb(0, 0, 0);
// 评论文字颜色
--comment-text-color: #ffffff;
// 评论子评论背景颜色
--comment-child-background-color: rgb(0, 0, 0);
}
#app {