feat: purple play button, played indicator — override ElegantFin hardcoded greens
This commit is contained in:
parent
7035e38ec5
commit
9a4cb0790c
1 changed files with 7 additions and 0 deletions
|
|
@ -53,6 +53,8 @@
|
||||||
--btnSubmitBorderColor: var(--arcane-purple);
|
--btnSubmitBorderColor: var(--arcane-purple);
|
||||||
--checkboxCheckedBgColor: var(--arcane-purple);
|
--checkboxCheckedBgColor: var(--arcane-purple);
|
||||||
--highlightOutlineColor: var(--arcane-purple);
|
--highlightOutlineColor: var(--arcane-purple);
|
||||||
|
--btnMiniPlayColor: var(--arcane-purple);
|
||||||
|
--btnMiniPlayBorderColor: #7C3AED;
|
||||||
|
|
||||||
/* Backgrounds */
|
/* Backgrounds */
|
||||||
--backgroundGradient: linear-gradient(180deg, var(--obsidian) 0%, #0c0e14 100%);
|
--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;
|
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 --- */
|
/* --- Custom Branding --- */
|
||||||
|
|
||||||
/* Remove Jellyfin's default logo background and padding from the h3 */
|
/* Remove Jellyfin's default logo background and padding from the h3 */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue