diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 338eb86..a7c6485 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2078,4 +2078,14 @@ color: var(--textColor); .nowPlayingAlbum.nowPlayingSeason{ color: var(--dimTextColor); +} + +.playlistIndexIndicatorImage { + background-blend-mode: difference; + background-color: var(--textColor); + background-size: contain !important; +} + +.playlistIndexIndicatorImage.defaultCardBackground .audiotrack{ + display: none; } \ No newline at end of file