player: white time

This commit is contained in:
2026-06-29 11:58:01 +02:00
parent 8fa49015ad
commit 1ede42204b
+1 -1
View File
@@ -346,7 +346,7 @@ footer a:hover {
.player__bar button:hover { background: #fff; color: #000; }
.player__scrub { flex: 1; height: 3px; background: rgba(255, 255, 255, 0.3); position: relative; }
.player__fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #fff; }
.player__time { white-space: nowrap; font-variant-numeric: tabular-nums; }
.player__time { white-space: nowrap; font-variant-numeric: tabular-nums; color: #fff; }
.player:fullscreen { width: 100vw; height: 100vh; aspect-ratio: auto; }
/* all images always in colour (selection drives what's shown, not hover) */