Skip to content

Commit

Permalink
Fix: Ensure captions settings are visible on dark as well as light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
MNZ02 committed Nov 12, 2024
1 parent b24cbf5 commit 8be7339
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,18 +356,6 @@
mask-size: 350vmax;
}
}
.vjs-text-track {
color: #000000; /* Black text */
background-color: rgba(
255,
255,
255,
0.8
); /* Light, semi-transparent background */
font-size: 1.2em;
padding: 4px 8px;
border-radius: 4px;
}

select {
background-color: #000;
Expand Down

0 comments on commit 8be7339

Please sign in to comment.