A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
How to change color of SourceTitle and PublischDate of news feed
-
Hi there,
Can someone tell me the css code to change the color of SourceTitle and PublischDate of news feeds?
PS: Changing the color and background of the newsfeed itself was no problem:
.module.newsfeed {
background-color:rgba(0,0,0,0.5);
border-radius:8px;
padding:8px;
}.newsfeed .bright {
color: #06e600;
} -
OK guys, I found the answer on this forum.
.newsfeed .bright.medium.light { color: #06e600; } .newsfeed .light.small.dimmed { color: #06e600; }