MMM-quote-of-the-day icon indicating copy to clipboard operation
MMM-quote-of-the-day copied to clipboard

Change color of quotes

Open LegendaryWiz opened this issue 5 years ago • 2 comments

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 .

LegendaryWiz avatar Jul 08 '19 08:07 LegendaryWiz

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.

Sispheor avatar Jul 08 '19 08:07 Sispheor

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;
}

greybeard-code avatar Dec 23 '20 03:12 greybeard-code