diff --git a/lukeflix.css b/lukeflix.css index 170b0e6..b2782b5 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2361,6 +2361,14 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { /* ========== TV GUIDE ========== */ +/* Stylize channel number and logo cells */ .guide-channelHeaderCell { border: none !important; +} + +/* Stylize program cells */ +.programCell { + border: none !important; + border-radius: 8px !important; + margin: 5px 0px 3px 3px !important; } \ No newline at end of file