Compare commits

..
2 Commits
Author SHA1 Message Date
valknar fa1e84643d fix: featured drop label 2026-05-03 12:09:28 +02:00
valknarandClaude Sonnet 4.6 633ac2bd3a feat: add stem orange color token and badge-stem class
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03 12:08:48 +02:00
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -23,7 +23,8 @@
--color-pulse: #9B00FF; /* electric purple — mid */ --color-pulse: #9B00FF; /* electric purple — mid */
--color-frost: #00C8FF; /* ice blue — cool accent */ --color-frost: #00C8FF; /* ice blue — cool accent */
--color-ember: #FF4455; /* alert red */ --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 */ /* Backward-compat aliases so existing templates still work */
--color-gold: var(--color-heat); --color-gold: var(--color-heat);
@@ -175,6 +176,7 @@
.badge-frost { background: var(--color-frost); color: var(--color-void); } .badge-frost { background: var(--color-frost); color: var(--color-void); }
.badge-lime { background: var(--color-lime); color: var(--color-void); } .badge-lime { background: var(--color-lime); color: var(--color-void); }
.badge-ember { background: var(--color-ember); color: #fff; } .badge-ember { background: var(--color-ember); color: #fff; }
.badge-stem { background: var(--color-stem); color: var(--color-void); }
/* Semantic aliases kept for template compat */ /* Semantic aliases kept for template compat */
.badge-hot { background: var(--color-heat); color: #fff; } .badge-hot { background: var(--color-heat); color: #fff; }
+1 -1
View File
@@ -34,7 +34,7 @@
<!-- Drop label + category badges --> <!-- Drop label + category badges -->
<div class="flex flex-wrap items-center gap-3 mb-6"> <div class="flex flex-wrap items-center gap-3 mb-6">
<span class="badge badge-heat">Featured Drop</span> <span class="badge badge-pulse">Featured Drop</span>
{{- with .Params.categories -}} {{- with .Params.categories -}}
{{- range first 1 . -}} {{- range first 1 . -}}
<a href="/categories/{{ . | urlize }}/" class="badge badge-outline">{{ . }}</a> <a href="/categories/{{ . | urlize }}/" class="badge badge-outline">{{ . }}</a>