MMM-quote-of-the-day
MMM-quote-of-the-day copied to clipboard
Change color of quotes
Hello , the color of the quote currently ( grey ) looks too dim through my two way mirror , is there a way to change the color fo the quote to white or some other color ? Thank you .
Everything is possible. It's always a matter of time you want o spend on it. :) Pull request are welcome if you want to implement it.
Use the custom.css file to change colors.
.MMM-quote-of-the-day .normal{
align: center;
text-align: center;
width: 400px;
color: blue;
}
use dimmed for the dimmed, grey text
.MMM-quote-of-the-day .dimmed {
color: #E5E4E2;
}