style: 深色模式改用微信官方配色 #191919,导航栏与页面背景统一

This commit is contained in:
2026-08-06 17:00:37 +08:00
parent 501f633102
commit 1624e33f5e
9 changed files with 26 additions and 26 deletions
+7 -7
View File
@@ -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 基础字体 */