ironsheep / lovelace-rpi-monitor-card

A Raspberry Pi status display Card for Home Assistant Lovelace
MIT License
176 stars 9 forks source link

Font Color Adjustments #19

Closed jsp196 closed 1 year ago

jsp196 commented 2 years ago

How / where do I go to adjust the font color for the Monitor Card? I use a dark theme. The attribute names all show up in white, but the values all show up in dark grey, which against a dark background are almost illegible. I'd like to manually set them to something brighter. Thanks!

ironsheep commented 1 year ago

The card is theme ready. That is attribute values all use --primary-text-color while units of measure, etc. use --secondary-text-color.

However, that being said the Glance0layout card was correct in its use of these while the Full Layout was not.

I've just fixed the "Full" layout form of the card to use the correct values now.

ironsheep commented 1 year ago

Fixes are committed and will appear in v1.2.7 and later.