Skip to content

Commit 29870de

Browse files
committed
web: fix shades on boxes
1 parent dca75ab commit 29870de

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,10 @@ body {
459459
font-family: 'Fira Code', 'JetBrains Mono', monospace;
460460
}
461461

462+
[data-theme="light"] .step-visual {
463+
background: rgba(96, 165, 250, 0.08);
464+
}
465+
462466
.step-substeps {
463467
background: rgba(0, 0, 0, 0.2);
464468
border-left: 3px solid var(--accent);
@@ -467,6 +471,10 @@ body {
467471
margin: var(--spacing-md) 0;
468472
}
469473

474+
[data-theme="light"] .step-substeps {
475+
background: rgba(96, 165, 250, 0.08);
476+
}
477+
470478
.substep {
471479
display: flex;
472480
gap: var(--spacing-sm);

0 commit comments

Comments
 (0)