feat(documents): timeline date-range filter with density bars (#385) #478
@@ -358,7 +358,9 @@ const omitTickYear = $derived.by(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
:global(.dark) {
|
:global(.dark) {
|
||||||
--timeline-bar-idle: #0d3358;
|
/* 3.33:1 against --c-surface (#011526) — clears WCAG 1.4.11 non-text contrast
|
||||||
|
for large UI elements; previous #0d3358 measured 1.44:1. */
|
||||||
|
--timeline-bar-idle: #3a6e8c;
|
||||||
--timeline-bar-outside: #1a2735;
|
--timeline-bar-outside: #1a2735;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user