๐Ÿ”น Card-mod - Add css styles to any lovelace card

Discussion is currently in the Mushroom threads here and here

type: custom:mushroom-template-card
primary: Example
color: limegreen
features_position: bottom
icon: mdi:mushroom
card_mod:
  style:
    ha-tile-icon$: |
      .container {
        background: green !important;
        border: 1px solid white;
        width: 76px !important;
        height: 76px !important;
        border-radius: 50% !important;
        }   
    .: |
      ha-tile-icon {
        --mdc-icon-size: 40px !important;
         }
1 Like