While I’ve only had limited success struggling with my electricity provider’s screwy API requirements, I’m having difficulty setting the font and/or background colors of the month/year/etc. date selector card (that I have embedded within a grid card), which is identical to that found on the Energy dashboard.
I’ve tried all sorts of variations of the card-mod settings, but can’t seem to affect any change whatsoever. For almost all of my dashboards I’m using the Google Dark theme, which looks the best for my environment. When I set this at the page/dashboard level, the date selection options are not visible enough to be usable, as seen here:
At the code level, this appears as:
cards:
- square: false
columns: 1
type: grid
cards:
- type: energy-date-selection
- type: energy-usage-graph
Where/how/what kind of formatting is needed to change this to pull it out of the darkness?