From ef490fd4f0b8752238dcfa37b14bf631c1051f8f Mon Sep 17 00:00:00 2001 From: lucaspatenaude Date: Fri, 24 Jul 2026 22:43:09 -0600 Subject: [PATCH] Update lukeflix.css --- lukeflix.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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