catppuccin / home-assistant

🏠 Soothing pastel theme for Home Assistant
MIT License
156 stars 11 forks source link

Font color not readable on Zigbee device detection #19

Open wneessen opened 2 months ago

wneessen commented 2 months ago

Not a big deal, but at least wanted to report. When detecting a Zigbee device, the combination of greyish-white font on lime background is hardly readsable.

Screenshot_Sonntag, 4  August 2024_12h28m54s_003_

The HTML of the card looks like this:

<ha-card outlined="" class="discovered initialized"><div class="header"> <h4> <!--?lit$73982301$-->Initialization complete </h4> <h1> <!--?lit$73982301$-->The device is ready to use </h1> </div> <div class="card-content"> <!--?lit$73982301$--> <div class="info"> <!--?lit$73982301$--> </div> <!--?lit$73982301$--> <zha-device-card class="card"></zha-device-card>  </div> </ha-card>