Skip to content

Commit

Permalink
Fix text colour in player overflow menu (FreeTubeApp#6213)
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue authored and JL committed Dec 7, 2024
1 parent 9e4e9af commit 5194084
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
color: var(--side-nav-hover-text-color) !important;
}

:deep(.shaka-current-selection-span) {
color: var(--tertiary-text-color) !important;
}

/* End of theming code */

.sixteenByNine {
Expand Down

0 comments on commit 5194084

Please sign in to comment.