style: align UI palette with Taonier visuals

This commit is contained in:
kdletters
2026-05-21 13:54:35 +08:00
parent 0eed942ce5
commit da3badb802
24 changed files with 400 additions and 381 deletions

View File

@@ -60,13 +60,13 @@ const difficultyToneByValue: Record<
{ accent: string; soft: string; label: string }
> = {
advanced: {
accent: '#f97316',
accent: '#df7f40',
soft: 'rgba(249, 115, 22, 0.16)',
label: '进阶',
},
challenge: {
accent: '#e11d48',
soft: 'rgba(225, 29, 72, 0.16)',
accent: '#b64a35',
soft: 'rgba(182, 98, 63, 0.16)',
label: '挑战',
},
easy: {