fix: 亮色主题全新配色(蓝紫)+趋势筛选换行+所有页面硬编码替换为CSS变量

This commit is contained in:
Yuzhiran Dev
2026-07-11 16:48:04 +08:00
parent 8149d2a93c
commit 8b06017d02
11 changed files with 131 additions and 127 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ function dimDotColor(id) {
padding: 7px 16px;
border-radius: 18px;
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.06);
border: 1px solid var(--glass-border);
font-size: 13px;
color: var(--text-tertiary);
transition: all 0.2s ease;