Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Letters colors with black even changing darkmode status. #113

Open
alexandrechoske opened this issue Dec 31, 2021 · 2 comments
Open

Letters colors with black even changing darkmode status. #113

alexandrechoske opened this issue Dec 31, 2021 · 2 comments

Comments

@alexandrechoske
Copy link

image

image

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

@FHeilmann
Copy link

It's darkMode not darkmode

@LUBANG37
Copy link

LUBANG37 commented Jan 24, 2022

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;
}

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

No branches or pull requests

3 participants