Hi Mark!
Thanks for coming back to us!
This one might be a bit difficult to accomplish because the hover effect is applying to the <td> tag which is also the container for that day header. In other words, the header is inside the <td> tag.
I guess you could do a template override to add another element (could be a <div>) that will contain all the events for that day, but not the header. So then, you could apply the hover styles to that new container.
There is a great Themer’s Guide that explains how you can do a template customisation, so you can add that new element to the template.
Hope this helps and let me know if you have any other question.
Best!
Victor.