I added className fc-selected
to any selected day which took care of my background colour changes for that selected cell. Thinking that I was home free and only needed to change color
for the text next, I forcefully removed a few locks of hair when only way later I did realize that the date events are not in the date cell but absolutely positioned above and outside of it.
How can I target the DOM of the events for a selected date in the calendar?
Basically the background color for a date cell goes dark red on selection and I need the title text to temporarily change to white.