A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Can't change MMM-SystemStats colors
-
Been trying to change the header/title and any other text in it and cant. If you have, please let me know how. This is what I did.
.header {
color: #0099ff;
} -
@ortizimo said in Can't change MMM-SystemStats colors:
.header {
color: #0099ff;
}maybe, in custom.css
.MMM-SystemStats .header { color: #0099ff; }
-
Saw your reply after I figured it out…basically similar. In custom.css:
.module.MMM-SystemStats .title {
color: #0099ff;
}Now all modules have a matching color scheme. Thanks!
-
@ortizimo you don’t need .module prefix anymore