diff --git a/lukeflix.css b/lukeflix.css index 4cb256e..4a27084 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2559,17 +2559,17 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { /* Next-Up News Program Cells */ .programCell-news .guideProgramNameText { - border-right: rgba(35, 119, 208, 0.89) !important; + border-right: 2px solid rgba(35, 119, 208, 0.89) !important; } /* Next-Up Movie Program Cells */ .programCell-movie .guideProgramNameText { - border-right: #5e35b1 !important + border-right: 2px solid #5e35b1 !important } /* Next-Up Sports Program Cells */ .programCell-sports .guideProgramNameText { - border-right: #2fa755 !important; + border-right: 2px solid #2fa755 !important; } /* ==== STATUS BUTTONS ==== */