glitch452/MMM-LocalTemperature

How-To: Set the colour of the text and the icons separately

smartroad opened this issue · 1 comments

Hi!

I've been trying to figure out how to make the temp and humidity numbers white while keeping the icons grey. I can't figure out the CSS that relates to it and it would be nice as white is clearer across the room.

Does anyone know how I change this?

Cheers

Sorted! Put this into my custom CSS file:

.MMM-LocalTemperature .large	{color: white;}

.fa {color: #888888;}

I'm only using the large so depending on the size you use you might need to change the .large to the size you are using.