table .cal-today,
table .cal-today a {
    color: var(--bs-success) !important;
    text-decoration: overline;
}
table .cal-standard-day,
table .cal-standard-day a {
    color: blue !important;
}
table .cal-lastmonth-day,
table .cal-lastmonth-day a {
    color: red !important;
}
table .cal-active-day,
table .cal-active-day a {
    color: orange !important;
}