Hello. I’m trying to increase the size of the event time and title for the calendar card so it’s larger for a wall mounted tablet. The CSS appears to be fc-event-time and fc-event-title. If I change these within Chrome Dev Tools, the font increases. Now I’m trying to override the CSS in my theme so it will apply automatically to the calendar card. Here is the code I’m using so far:
frontend:
themes:
main:
fc-event-time: '20px'
fc-event-title: '20px'
Then for the Calendar Card:
cards:
- type: calendar
entities:
- calendar.home
initial_view: dayGridDay
theme: main
I have reloaded the theme in HA and set the user account to use the ‘main’ theme. But the font size is not changing when I reload the page. Is this possible or am I going about it wrong?
Thanks