also best to do from custom.css and not main.css.
Best posts made by ortizimo
-
RE: White outer border to use as light source
Latest posts made by ortizimo
-
RE: Can't change MMM-SystemStats colors
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!
-
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;
} -
RE: White outer border to use as light source
also best to do from custom.css and not main.css.
-
White outer border to use as light source
playing around with CSS found that changing the background from #000 to #aaa can create a light source like some of the expensive looking makeup mirrors. To do this:
-cd css
-nano main.css
-under html change background #000 to #aaa
-ctrl+S to save, ctrl+X to exit
-restart MMnote: if you have SNOW or other animation from the TOP you will see a light transparent gray bar.