MMM-LocalTemperature
MMM-LocalTemperature copied to clipboard
How-To: Set the colour of the text and the icons separately
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.