fix: unify color system around configurable accent, warm-tint neutrals

Replace hardcoded purple gradients with accent-derived colors so
changing NEXT_PUBLIC_COLOR_ACCENT actually controls the entire site.
Warm-tint ink colors and body background from slate to stone.
Remove decorative floating orbs from hero. Simplify tag page to
accent-derived tints instead of 5 random colors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-16 21:30:42 +08:00
parent 5325a08bc3
commit 33042cde79
8 changed files with 22 additions and 33 deletions

View File

@@ -21,11 +21,9 @@ export default function TagIndexPage() {
const topTags = tags.slice(0, 3);
const colorClasses = [
'from-rose-400/70 to-rose-200/40',
'from-emerald-400/70 to-emerald-200/40',
'from-sky-400/70 to-sky-200/40',
'from-amber-400/70 to-amber-200/40',
'from-violet-400/70 to-violet-200/40'
'from-accent/60 to-accent/20',
'from-accent/50 to-accent/15',
'from-accent/40 to-accent/10',
];
// CollectionPage schema with ItemList