feat: 完善暗色主题

This commit is contained in:
2026-07-24 22:05:03 +08:00
parent 790a867313
commit 4d3b6e4ce2
3 changed files with 8 additions and 7 deletions

View File

@@ -7,10 +7,11 @@
--shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
--shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.10);
--card-bg: #ffffff;
--tag-bg: #eef1fe;
--text-color: #2b2f36;
--text-secondary: #6b7280;
--border: #e5e7eb;
--primary: #2b2f36;
--primary: #4f6df5;
}
.dark {
@@ -19,7 +20,8 @@
--text-color: #ffffff;
--text-secondary: #e5e7eb;
--border: #e5e7eb;
--primary: #3d414a;
--primary: #1e293b;
--tag-bg: #e0f2fe;;
}
html,