john3300 / MMM-HomeAutomationNotifications

A MagicMirror² module to display home automation notifications.
MIT License
13 stars 3 forks source link

Feature Request - Colours #3

Open pflodo opened 3 years ago

pflodo commented 3 years ago

It would be nice if it allowed setting of different colours for eg red for ERROR, and Orange for Warning

ChrisGoudt commented 1 year ago

You can just define colors in the /css/custom.css file of MM, for example:

/ Colors Icons / .fa-exclamation-triangle{ color: #FFCB01 !important; }