weather-card
weather-card copied to clipboard
Change colors font
Hi. Is any chance to change color of fonts ? I use background and font is not perfec
t
Anybody can help me.... please....
Hi, i had same problem and resolved with card-mod. Install card-mod if you haven't, then, in your custom-weather-card config, add this:
card_mod:
style: |
.dayname {
color: black;
}
.highTemp {
color: black;
}
ha-card div.current span.title {
color: black;
}
ha-card div.current span.temp {
color: black;
}
ha-card div.current span.tempc {
color: black;
}
Obviously, edit color type as you want, i choose black... I didn't find the command to modify weather details yet, need time to make some try...
Did you ever find how to change the color of weather details?
Did you ever find how to change the color of weather details?
No,unfortunately i haven't found a solution yet.