feat: 使用自定义主题色
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user