Hey!
I modified the hover and underline colors of the links on my Main Menu Bar:

But whenever I hover over an Inactive Link that has not be clicked the underline shows black. Is there a way I can change this?
The current code that is correctly coloring the clicked link is the following:
.site-nav__link–active .site-nav__label {
border-bottom-color: #f182ad;
}
Thanks.