This commit is contained in:
ponzischeme89
2026-08-26 21:31:05 +12:00
parent a5f9a91832
commit 3d42c98947
33 changed files with 1172 additions and 69 deletions
+8
View File
@@ -2911,6 +2911,14 @@ pre.code {
.timeline-dot[data-action="select"],
.timeline-dot[data-action="open"] { background: var(--note-ink); }
.timeline-dot[data-action="close"] { background: var(--quiet); }
/* Paused is amber (look at this — playback stopped); resumed keeps the default accent, the
same "still going" colour a step that moves the journey forward already wears. */
.timeline-dot[data-action="pause"] { background: var(--warn-ink); }
/* A step that came from the Hero rather than a poster in a shelf — same dot position,
a ring around it so it reads at a glance without having to read the step's text. */
.timeline-dot[data-hero] {
box-shadow: 0 0 0 2px var(--note-wash), 0 0 0 3px var(--note-ink);
}
.journey-timeline li > div { min-width: 0; }
.journey-timeline li b {
display: inline;