#Clock Weather Card

1 messages · Page 1 of 1 (latest)

ornate zealot
#

I'm trying to alter th elook of the pkissling/clock-weather-card and overall I have it how I want, but I can't figure out how to change the color of the temperature ranges from the default green to red gradient. I see other dashboards online that have them set to different colors so I know it's possible. Not sure how what to add/change in the editor. Any insight is appreciated!

sonic tinsel
#

can do it with cardmod

#
  style: |
    forecast-temperature-bar-range {
      background: linear-gradient(to right, blue, red) !important;
    }```
#

replace blue and red with desired setup

ornate zealot
#

thanks! this helped a lot including for future things - didn't think to look for a list of the styles on the github. Still a little new at putting all of the pieces together