A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Font-Awesome Icons
-
I’ve looked a very little bit at Font-Awesome and was wondering if there a FREE colored icon swaps for ones that are in general use for the most part. It looked like colored icons were premium.
-
@ankonaskiff17 I’ve been doing some web tutorials and you can change the color of the icons with CSS
-
@earnestrichards
-from the index.html file:<h3>Double click on the image to <i class="fas fa-heart"></i> it</h3>
from the style.css file:
.fa-heart {
color: red;
}