A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
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