style: 优化暗黑模式下标签样式

This commit is contained in:
2026-08-02 16:46:40 +08:00
parent 67ec0bffee
commit f7b7f7d320
3 changed files with 7 additions and 5 deletions

View File

@@ -7,11 +7,12 @@
--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: #4f6df5;
--tag-bg: #eef1fe;
--tag-text: #4f6df5;
}
.dark {
@@ -21,7 +22,8 @@
--text-secondary: #e5e7eb;
--border: #e5e7eb;
--primary: #1e293b;
--tag-bg: #d4d4d8;;
--tag-bg: #27272a;
--tag-text: #f3f4f6;
}
html,