feat: 使用自定义主题色

This commit is contained in:
2026-06-18 11:01:11 +08:00
parent c1e292ea18
commit 3bd6e972ea
12 changed files with 111 additions and 44 deletions

View File

@@ -1,3 +1,6 @@
/* ============================================================
* 全局重置样式
* ============================================================ */
*,
*::before,
*::after {
@@ -15,8 +18,8 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 1.5;
color: #333;
background-color: #fff;
color: var(--text-primary);
background-color: var(--bg-body);
}
#app {