Skip to content

Commit 3aa51ec

Browse files
committed
fix(story): update stage evolution section and refine callout styles
1 parent f3f8471 commit 3aa51ec

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ <h2>Profile comparison</h2>
279279
</aside>
280280
</section>
281281

282-
<section id="stage-evolution" class="evidence-step analysis-card analysis-card--wide story-break-panel" data-stage-step="stage-evolution" aria-label="2008 market divergence chart">
282+
<section id="stage-evolution" class="evidence-step story-break-panel" data-stage-step="stage-evolution" aria-label="2008 market divergence chart">
283+
<aside id="story-evidence-callout-inline" class="story-evidence-callout story-evidence-callout--plot" aria-live="polite"></aside>
283284
<div>
284285
<p class="eyebrow">2008 break</p>
285286
<h2>The break-year test points to the crisis window.</h2>

src/story.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
letter-spacing: -0.04em;
453453
}
454454

455-
.story-break-panel p:not(.eyebrow) {
455+
.story-break-panel > div > p:not(.eyebrow) {
456456
margin: 0;
457457
color: var(--text-secondary);
458458
font-size: 0.94rem;
@@ -605,7 +605,7 @@
605605
font-variant-numeric: tabular-nums;
606606
}
607607

608-
.story-evidence-callout__label {
608+
.story-evidence-callout .story-evidence-callout__label {
609609
margin: 0;
610610
color: var(--accent);
611611
font-size: 0.7rem;
@@ -661,7 +661,7 @@
661661
letter-spacing: -0.02em;
662662
}
663663

664-
.story-evidence-callout__body {
664+
.story-evidence-callout .story-evidence-callout__body {
665665
margin: 0;
666666
color: var(--text-secondary);
667667
font-size: 0.9rem;

0 commit comments

Comments
 (0)