feat(timeline): paint the axis with a three-stop gradient (REQ-006)
The spine now runs mint → navy → slate, matching the spec's life-thread, using --palette-mint / --palette-navy / --c-tag-slate (no --palette-slate token exists). Semantic tokens only — no raw hex. Refs #833 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -100,7 +100,9 @@ const isEmpty = $derived(timeline.years.length === 0 && timeline.undated.length
|
||||
bottom: 0;
|
||||
left: 0.5rem;
|
||||
width: 2px;
|
||||
background: linear-gradient(var(--palette-mint), var(--palette-navy));
|
||||
/* Three-stop life-thread: mint → navy → slate. Slate lives only as
|
||||
--c-tag-slate (there is no --palette-slate). REQ-006/013. */
|
||||
background: linear-gradient(var(--palette-mint), var(--palette-navy), var(--c-tag-slate));
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
|
||||
Reference in New Issue
Block a user