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:
@@ -153,7 +153,11 @@
|
|||||||
--c-badge-unknown-text: #7a5a0a;
|
--c-badge-unknown-text: #7a5a0a;
|
||||||
--c-badge-unknown-border: #f0ddb3;
|
--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-idle: rgba(161, 220, 216, 0.35);
|
||||||
--timeline-bar-outside: var(--c-line);
|
--timeline-bar-outside: var(--c-line);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user