docs(layout): note light-mode --timeline-bar-idle contrast ratio (#385)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-08 11:34:03 +02:00
parent 18aaf1f3e8
commit 7f99c64d45

View File

@@ -153,7 +153,11 @@
--c-badge-unknown-text: #7a5a0a;
--c-badge-unknown-border: #f0ddb3;
/* Timeline density bars (issue #385) */
/* Timeline density bars (issue #385) — composited rgba(161,220,216,0.35)
over --c-surface (#ffffff) ≈ #DEF3F1 → ~1.13:1 vs surface. Decorative
idle fill in the same WCAG carve-out as --c-accent above; the meaningful
selected/preview state uses --palette-mint (1.52:1 vs white). Resample
with axe (tracked in #480) before tweaking the palette. */
--timeline-bar-idle: rgba(161, 220, 216, 0.35);
--timeline-bar-outside: var(--c-line);
}