Hi all!
I'm trying to have an underline in my nav on hover and it is not working 😞
#header a:active{
text-decoration: underline !important;
}
#header a:hover{
text-decoration: underline !important;
}
this is the code I've been using! and my url is tracee.co thanks!