I'm using the Google Dark theme for HA in conjunction with the scheduler card. However, the time selector is always black so I tried to change it with the following code:
card_mod:
style: |
.mdc-text-field .mdc-text-field__input {
color: white !important;
}
However, no change is applied whatsoever. The cardmod plugin is working fine on normal ha-cards so I guess it's fully functional. Any suggestions?
I'm using the Google Dark theme for HA in conjunction with the scheduler card. However, the time selector is always black so I tried to change it with the following code:
However, no change is applied whatsoever. The cardmod plugin is working fine on normal ha-cards so I guess it's fully functional. Any suggestions?