Having an issue with my website where I'm using HTML and CSS exclusively. The problem arises when I have multiple "a hrefs" that should change their background colors slightly when hovered over. However, whenever I clear the browser cache or go into incognito mode, I need to refresh the page or click a link before the hovering effect actually starts working. Only after clicking a second time am I able to open the link. This issue occurs across all browsers despite having the following code in the head section:
<link href="css/sticky-menu.css?v=2.4" rel="stylesheet">
Any ideas on what might be causing this?