Hey everyone, I'm running into an issue on my website where a button is not working as expected. Initially, when I clicked the home page button, it changed the background color like I wanted. However, when I tried clicking it again, the background color remained the same and didn't change. I added this code snippet at the end of my CSS to try and fix it, but it still isn't working. Can someone help me troubleshoot this issue?
a:hover{ text-decoration: none; color:#45423D;}
Appreciate any assistance!