diff --git a/lukeflix.css b/lukeflix.css index 1c6d05a..13cd0c9 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2511,9 +2511,15 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { border: none !important; border-radius: 8px !important; margin: 5px 0px 3px 3px !important; + background-color: transparent !important; } -/* Stylize Active Program Cells */ +/* Use correct category coloring for active programs */ +.programCell-active { + background-color: inherit !important; +} + +/* Stylize Active News Program Cells (Use .guideProgramName with padding to create island effect) */ .programCell-news.programCell-active .guideProgramNameText { width: 100%; background-color: rgba(35, 119, 208, 0.89);