style: 深色模式改用微信官方配色 #191919,导航栏与页面背景统一
This commit is contained in:
+7
-7
@@ -14,7 +14,7 @@
|
||||
|
||||
.theme-dark {
|
||||
min-height: 100vh;
|
||||
background-color: var(--bg-page, #000000);
|
||||
background-color: var(--bg-page, #191919);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@@ -35,18 +35,18 @@
|
||||
}
|
||||
|
||||
.theme-dark {
|
||||
--bg-page: #000000;
|
||||
--bg-page: #191919;
|
||||
--line-card: 3px dashed #5b8cff;
|
||||
--line-star: #5b8cff;
|
||||
--text-primary: #e8e8e8;
|
||||
--text-secondary: #a8a8a8;
|
||||
--text-muted: #6f6f6f;
|
||||
--text-primary: #e6e6e6;
|
||||
--text-secondary: #999999;
|
||||
--text-muted: #737373;
|
||||
--accent-pink: #ff7eb3;
|
||||
--accent-blue: #5cadff;
|
||||
--btn-gradient: linear-gradient(135deg, #ff7eb3 0%, #7a5cff 100%);
|
||||
--shadow-card: 0 8px 24px rgba(0, 0, 0, 0.3);
|
||||
--bg-input: #141414;
|
||||
--bg-card: #1a1a1a;
|
||||
--bg-input: #232323;
|
||||
--bg-card: #232323;
|
||||
}
|
||||
|
||||
/* page 基础字体 */
|
||||
|
||||
Reference in New Issue
Block a user