Update lukeflix.css

This commit is contained in:
2026-07-24 22:43:09 -06:00
parent fb97a887ca
commit ef490fd4f0

View File

@@ -2361,6 +2361,14 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
/* ========== TV GUIDE ========== */ /* ========== TV GUIDE ========== */
/* Stylize channel number and logo cells */
.guide-channelHeaderCell { .guide-channelHeaderCell {
border: none !important; border: none !important;
} }
/* Stylize program cells */
.programCell {
border: none !important;
border-radius: 8px !important;
margin: 5px 0px 3px 3px !important;
}