diff --git a/lukeflix.css b/lukeflix.css index bec02fd..1db5e5a 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -2349,7 +2349,12 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { border: none; } -/* Set active selected dates tect to be white */ +/* Set active selected dates text in Date Selector to be white */ .guide-date-tab-button.emby-tab-button-active, .guide-date-tab-button:focus { color: white; +} + +/* Shrink the Date Selector Text */ +.guideHeaderDateSelection { + font-size: 80%; } \ No newline at end of file