I have a question, though: on mobile, when I click one of these buttons, they acquire the `:hover` pseudo-class (and hence change colour), and then they retain it until I click somewhere else. Is there any way to make them give it up automatically after a timeout?
I need something like `element.removeHover()` at this point here where I hide the tooltip https://github.com/rawfunkmaharishi/website-2023/blob/main/rfm/src/components/CalendarLinks.astro#L49 but I've tried a lot of things following a lot of Googling and nothing worked