Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change colors font #122

Open
pepsonEL opened this issue Nov 16, 2021 · 4 comments
Open

Change colors font #122

pepsonEL opened this issue Nov 16, 2021 · 4 comments

Comments

@pepsonEL
Copy link

Hi. Is any chance to change color of fonts ? I use background and font is not perfec
weather
t

@pepsonEL
Copy link
Author

Anybody can help me.... please....

@gabrymed
Copy link

gabrymed commented Jan 21, 2022

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...

@afriberg
Copy link

afriberg commented Nov 1, 2022

Did you ever find how to change the color of weather details?

@gabrymed
Copy link

Did you ever find how to change the color of weather details?

No,unfortunately i haven't found a solution yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants