From 36290112c3e7b17a678e03d7cb99ebf81f4e77d4 Mon Sep 17 00:00:00 2001 From: bibi0019 <49600231+bibi0019@users.noreply.github.com> Date: Tue, 4 Nov 2025 00:17:37 +0700 Subject: [PATCH] Fix: Ensure Skip Intro Button is readable on jellyfin 10.11 (#165) --- Theme/ElegantFin-theme-nightly.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index daf37e9..3fd7a0f 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2961,6 +2961,7 @@ div[data-role=controlgroup] a.ui-btn-active { background-color: whitesmoke; box-shadow: var(--shadow); margin-right: var(--sidePadding); + color: black } /* this allows the skip button get focused correctly on TVs using remote navigation; needs 10.10.7*/ @@ -3870,4 +3871,4 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { .layout-tv .show-focus:focus, .layout-tv .show-animation:focus { transform: none !important; -} \ No newline at end of file +}