Found the solution
Needed to add css to the Customize => Additional CSS
.tribe-events .tribe-events-calendar-list__event-title-link{
color: white;
}
.tribe-events .tribe-events-calendar-list__event-title-link:hover{
color: lightblue;
}
.tribe-events .tribe-events-calendar-list__event-title-link:visited{
color: lightgray;
}