Change link color in Message Before Timer

Add the code below to Custom CSS field on your Countdown Timer widget’s Appearance tab:

.eapps-countdown-timer-header-title-text a {
    color: white;
}