Sorry I already deleted that folder MM that I renamed MagicMirror to.
Found the issue, the NEW default clock_styles.css has these extra lines compared to the older default clock_styles.css file.
.module.clock .clock-hour-digital {
color: var(--color-text-bright);
}
.module.clock .clock-minute-digital {
color: var(--color-text-bright);
}
.module.clock .clock-second-digital {
color: var(--color-text-dimmed);
}
If I remove those lines my time on screen looks right again…
Which will mess up the next update probably…
At least I know what to repair to do the update next round.