I’d like to add this style to the theme i am using so to have all the cards with the same style. How to do this?
the style is the following:
card_mod:
style: |
ha-card {
--primary-text-color: #FFFFFF;
--secondary-text-color: #FFFFFF;
--divider-color: #FFFFFF;
--rgb-primary-color: red;
background-color: rgba(7, 103, 215, 0.4);
}