Can anyone help me figure out how to make the blue hover effect fit perfectly with the subheadings in my recipes menu? Right now, the color doesn't cover the text fully. Feel free to read and run my code for a better understanding.
This is the CSS I'm using:
nav li:hover ul {
display: block;
}
Here is the link for reference: