I'm building some dashboards for my kids rooms and one of the blocks for the dashbaord is a card with a random joke. Its using https://github.com/LaggAt/ha-jokes to create a sensor. I have the following card
entity: sensor.random_joke
features_position: bottom
vertical: false
grid_options:
columns: full
rows: 2
card_mod:
style: |
ha-card {
color: red;
}
But the text is just staying normal white. I installed card mod via hacs and I have done the instructions of adding to the configuration .yaml I forced reset the page etc and still nothing. Anyone else have an issue doing this? Am I using the wrong card type?