Change colors for gauge card?

Suggest to ask in the main card-mod thread

        type: gauge
        entity: sensor.system_monitor_processor_use
        needle: true
        card_mod:
          style:
            ha-gauge $: |
              .needle {
                fill: red !important;
              }

image

1 Like