@broberg soooo fix it
in custom.css:
.MMM-CountDown .time {
font-weight: bold;
color: red;
}
.MMM-CountDown .event {
font-weight: bold;
color: red;
}
in CountDown.js:
before
textWrapper.className = "align-left bright large light";
timeWrapper.className = "time bright xlarge light";
now:
textWrapper.className = "event align-left bright large light";
timeWrapper.className = "time bright xlarge light";
thats it
Thx