fix(theme): shift teal-soft to sky blue for contrast vs mint-soft

teal-soft: #ccfbf1 (pale teal-green) → #bae6fd (pale sky blue)
mint-soft: #d1fae5 (pale green) — unchanged
Now the two tiles are clearly different: one is green-mint, the other is blue-cyan
This commit is contained in:
Kunthawat Greethong
2026-06-10 14:15:16 +07:00
parent d3421f4003
commit 5f05489316

View File

@@ -21,7 +21,7 @@
--color-purple: #7c3aed;
--color-purple-soft: #ede9fe;
--color-teal: #0d9488;
--color-teal-soft: #ccfbf1;
--color-teal-soft: #bae6fd;
--color-mint: #10b981;
--color-mint-soft: #d1fae5;
--color-coral: #f97316;