I figured it out it requires the following CSS
.widget_calendar table tr #prev a:before, .widget_calendar table tr #prev a:after, .widget_calendar table tr #next a:before, .widget_calendar table tr #next a:after, .sp-calendar-wrapper table tr #prev a:before, .sp-calendar-wrapper table tr #prev a:after, .sp-calendar-wrapper table tr #next a:before, .sp-calendar-wrapper table tr #next a:after {
color: black; }
.widget_calendar table a, .sp-calendar-wrapper table a {
color: black; }
.widget_calendar table tbody tr td, .sp-calendar-wrapper table tbody tr td {
color: black;
color: rgba(0, 0, 0, 0.5); }
I changed it from white to black