diff --git a/themepo-elegantfin.css b/themepo-elegantfin.css index 4e169a4..8ad8bbd 100644 --- a/themepo-elegantfin.css +++ b/themepo-elegantfin.css @@ -53,6 +53,8 @@ --btnSubmitBorderColor: var(--arcane-purple); --checkboxCheckedBgColor: var(--arcane-purple); --highlightOutlineColor: var(--arcane-purple); + --btnMiniPlayColor: var(--arcane-purple); + --btnMiniPlayBorderColor: #7C3AED; /* Backgrounds */ --backgroundGradient: linear-gradient(180deg, var(--obsidian) 0%, #0c0e14 100%); @@ -316,6 +318,11 @@ body:has(#itemDetailPage) html::after, 12px 0 40px rgba(0, 0, 0, 0.5) !important; } +/* Played/watched indicator — override ElegantFin's hardcoded green */ +.playedIndicator { + background: var(--arcane-purple) !important; +} + /* --- Custom Branding --- */ /* Remove Jellyfin's default logo background and padding from the h3 */