feat: add stem orange color token and badge-stem class

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-03 12:08:48 +02:00
parent 4dd7e833a3
commit 633ac2bd3a
+3 -1
View File
@@ -23,7 +23,8 @@
--color-pulse: #9B00FF; /* electric purple — mid */
--color-frost: #00C8FF; /* ice blue — cool accent */
--color-ember: #FF4455; /* alert red */
--color-lime: #AAFF00; /* acid lime — highlight */
--color-lime: #1aff8d; /* acid lime — highlight */
--color-stem: #FF7A1A; /* peony stem orange */
/* Backward-compat aliases so existing templates still work */
--color-gold: var(--color-heat);
@@ -175,6 +176,7 @@
.badge-frost { background: var(--color-frost); color: var(--color-void); }
.badge-lime { background: var(--color-lime); color: var(--color-void); }
.badge-ember { background: var(--color-ember); color: #fff; }
.badge-stem { background: var(--color-stem); color: var(--color-void); }
/* Semantic aliases kept for template compat */
.badge-hot { background: var(--color-heat); color: #fff; }