Card_mod problem

Hi,

This used to work perfectly and suddenly stopped some time ago. I’m sure there is a simple way to fix it. Thanks!

        card_mod:
          style:
            mushroom-shape-icon$: |
              .shape {
                --shape-color: #f6b26b !important;
              }
            .: |
              ha-card {
              background-color: default;
              opacity: 0.7;
              }
              ha-state-icon {
              color: #ce7e00;
              }

Have you updated card-mod to the lastest 3.4.4 released 3 weeks ago? It fixes some issues with entities card in Home Assistant 2025.1.

thanks! that helped!