feat: 优化主题配色

This commit is contained in:
richarjiang
2026-04-05 21:35:30 +08:00
parent 4633ceea8c
commit c0e0d31ae7
25 changed files with 423 additions and 252 deletions

View File

@@ -189,7 +189,7 @@ function truncate(str: string, maxLen: number): string {
}
.thumb--trial .thumb-fallback {
background: linear-gradient(135deg, #7d6608, #c9a87c);
background: linear-gradient(135deg, #5a7a8a, $primary-dark);
}
.thumb-name {
@@ -309,11 +309,6 @@ function truncate(str: string, maxLen: number): string {
}
}
@keyframes shimmer {
0% { background-position: 100% 0; }
100% { background-position: -100% 0; }
}
/* ── Empty state ── */
.empty-state {
padding: 80rpx;