The Calendar You've Been Waiting For
You can copy and paste these examples into the CSS and Styles section of DayBack Admin section. See this overview of how to change DayBack CSS and Styles.
How can I make changes to just the “Dark Mode” theme?
.theme-dark .fc-event { font-size: 1em; }
How can I increase the font size for events so they are easier to read?
.fc-event { font-size: 1em; } .nub-content { font-size: 15px; }