Hopefully, I’m missing something obvious here. I want to reduce the height of card titles. There are a couple of theme variables I’m using:
paper-font-title_-font-size
paper-font-headline-_font-size
The 2nd of those works for entity cards. But it seems that both picture-entity and glance cards don’t use either. Inspect shows:
.header:not(:empty) {
font-size: 24px;
...
I assume I can’t do anything to that with a theme? Would custom-card-modder do it (although I’d rather not add extra custom components if possible).