From 1ede42204baef95668ed028e3fe21fc4afc82470 Mon Sep 17 00:00:00 2001 From: karim Date: Mon, 29 Jun 2026 11:58:01 +0200 Subject: [PATCH] player: white time --- assets/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 64ac014..66a202f 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -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) */