MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
Need help in CSS
-
Hi guys! I make my first mirror. I need help. I want to make the text pure white. Tell me what to specify in the file custom css? Thanks.
-
To your custom.css add :
.dimmed { color: #fff; } .normal { color: #fff; }
-
@broberg Thank you very much