Hello @gigigaskell,
To change the color of the month background color use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and add below given CSS.
For day:
.entry-header .entry-meta span span.entry-day {
background: #ff0;
}
For month
.entry-header .entry-meta span.posted-on {
background: #319be2;
}
You can change the color code as per your requirement.
Hope this helps.
Best Regards!!