loof2736 / scyfin

Custom theme for Jellyfin WebUI
GNU General Public License v3.0
213 stars 21 forks source link

play state chack doesn't use theme color #25

Closed Ewillian9 closed 2 months ago

Ewillian9 commented 2 months ago

is it intended? image

loof2736 commented 2 months ago

Yes, it is intended for better readability so you can easily differenciate between the two. If you want it to respect the theme, just add this below the rest of the CSS:

.playedIndicator { background: var(--primary-accent-color) !important; }

Ewillian9 commented 2 months ago

I see, thanks for the explanation and the css