Fix for covered video player

This commit is contained in:
loof2736 2024-06-07 23:24:05 -04:00
parent 7c5832bfd2
commit 1f94534ce9

View File

@ -254,7 +254,7 @@
/* Modified background color */
html,
.backgroundContainer:not(.withBackdrop),
.backgroundContainer:not(.withBackdrop):not(.backgroundContainer-transparent),
.noBackdropTransparency .detailPageSecondaryContainer {
background-color: var(--primary-background-color) !important;
}