0.3.32
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user