Skip to content

Commit 4921c2b

Browse files
committed
fix(tiers): fix colors (for real this time)
1 parent dce6585 commit 4921c2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
--tier-unstable: #6b7280;
1818
--tier-basic: #10b981;
1919
--tier-advanced: #3b82f6;
20-
--tier-precise: #f59e0b;
21-
--tier-flawless: #8b5cf6;
20+
--tier-precise: #8b5cf6;
21+
--tier-flawless: #f59e0b;
2222
--tier-self-aware: #ef4444;
2323

2424
--font-mono: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;

0 commit comments

Comments
 (0)