AitorDB / home-assistant-sun-card

Home assistant sun card based on Google weather design
MIT License
407 stars 184 forks source link

Letters colors with black even changing darkmode status. #113

Open alexandrechoske opened 2 years ago

alexandrechoske commented 2 years ago

image

image

Im changing the darkmode to true/false, but the color of the letters still black, becaming unreadable.

FHeilmann commented 2 years ago

It's darkMode not darkmode

LUBANG37 commented 2 years ago

type: custom:sun-card darkMode: true

or:

type: custom:sun-card card_mod: style: | .sun-card.sun-card-light { --sun-card-lines: var(--disabled-text-color) !important; --sun-card-text-color: var(--primary-text-color) !important; --sun-card-subtitle-color: var(--secondary-text-color) !important; }