From addfaae20bff956e723ff6208c670f6702f775d0 Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Tue, 28 Jul 2026 17:52:31 -0600 Subject: [PATCH] Add sports coloring to guide --- lukeflix.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lukeflix.css b/lukeflix.css index d4f2e8e..124b2de 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2536,6 +2536,11 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { background-color: #5e35b1 !important } +/* Stylize Active Sports Program Cells */ +.programCell-sports.programCell-active .guideProgramNameText { + background-color: #2fa755 !important +} + /* Remove borders around each row and program */ .channelPrograms { border: none !important;