fufar/simple-clock-card

Adding color?

Opened this issue · 1 comments

It would be nice to have font color.

DJF3 commented

You can install card-mod via HACS and then add the following YAML to your card:

card_mod:
  style: |
    .type-custom-simple-clock-card {
      color: yellow;
    }