fix(video_player): unreadable controls on light theme

This commit is contained in:
Elian Doran 2026-03-10 20:36:03 +02:00
parent 5528701744
commit 82592ada54
No known key found for this signature in database

View File

@ -28,6 +28,9 @@
flex-direction: column;
gap: 0.5em;
background: rgba(0, 0, 0, 0.5);
color: white;
--icon-button-hover-color: white;
--icon-button-hover-background: rgba(255, 255, 255, 0.2);
opacity: 1;
transition: opacity 300ms ease;
@ -70,7 +73,6 @@
.video-time {
font-size: 0.85em;
font-variant-numeric: tabular-nums;
color: white;
white-space: nowrap;
}
@ -99,7 +101,6 @@
right: 0;
transform: translateY(15%);
text-align: center;
color: white;
font-size: 0.6rem;
font-variant-numeric: tabular-nums;
}