style: 优化暗黑模式下标签样式
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user