#Light Card Font Size?
1 messages · Page 1 of 1 (latest)
This should work
card_mod:
style: |
ha-card {
color: red;
--name-font-size: 200px !important;
}
(https://github.com/home-assistant/frontend/blob/dev/src/panels/lovelace/cards/hui-light-card.ts#L330)
ty ! how do i find this kind of info in the future
Since i only found this yesterday i'm mostly guessing, but these seem to have most variables used in the cards:
https://github.com/home-assistant/frontend/tree/dev/src/panels/lovelace/cards
https://github.com/home-assistant/frontend/tree/dev/src/components
thanks again ❤️
no problem 👍