diff --git a/lukeflix.css b/lukeflix.css index 975a236..2855af1 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2488,6 +2488,19 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { margin: 5px 0px 3px 3px !important; } +/* Stylize Active Program Cells */ +.programCell-news.programCell-active .guideProgramNameText { + width: 100%; + background-color: rgba(35, 119, 208, 0.89); + color: white; + align-content: center; + padding-left: 15px !important; + height: 60px !important; + border-radius: 14px !important; + border: medium !important; + backdrop-filter: blur(15px) !important; +} + /* Remove borders around each row and program */ .channelPrograms { border: none !important;