diff --git a/src/styles/StreakPage.css b/src/styles/StreakPage.css index c98d851..7f6a438 100644 --- a/src/styles/StreakPage.css +++ b/src/styles/StreakPage.css @@ -1,3 +1,8 @@ +/* Ensure all calendar dates have the color black */ +.react-calendar__month-view__days__day--weekend { + color: black !important; /* Override weekend color */ + } + /* Custom weekday headers */ .react-calendar__month-view__weekdays__weekday { text-transform: capitalize;