style: 深色模式统一改为纯黑背景,去除泛紫

This commit is contained in:
2026-08-06 16:43:46 +08:00
parent e01951cd0e
commit 501f633102
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, #1e1e2f);
background-color: var(--bg-page, #000000);
box-sizing: border-box;
}
@@ -35,18 +35,18 @@
}
.theme-dark {
--bg-page: #1e1e2f;
--bg-page: #000000;
--line-card: 3px dashed #5b8cff;
--line-star: #5b8cff;
--text-primary: #e0e0f0;
--text-secondary: #a0a0c0;
--text-muted: #7070a0;
--text-primary: #e8e8e8;
--text-secondary: #a8a8a8;
--text-muted: #6f6f6f;
--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: #252540;
--bg-card: #2a2a40;
--bg-input: #141414;
--bg-card: #1a1a1a;
}
/* page 基础字体 */