diff --git a/src/components/timeline/Selection.css b/src/components/timeline/Selection.css index 5950001ff6..b92c5f20dd 100644 --- a/src/components/timeline/Selection.css +++ b/src/components/timeline/Selection.css @@ -171,3 +171,14 @@ .timelineSelectionOverlayZoomButton:active:hover { background-color: rgb(160 160 160 / 0.6); } + +@media (forced-colors: active) { + .timelineSelectionOverlayTime { + background-color: CanvasText; + color: Canvas; + } + + .timelineSelectionHoverLine { + background-color: CanvasText; + } +}