feat: Add !important to text-decoration for submenu links to ensure consistent styling
This commit is contained in:
@@ -550,11 +550,12 @@ p:last-child { margin-bottom: 0; }
|
|||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
text-decoration: none;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
.site-nav.open .nav-menu a:hover,
|
.site-nav.open .nav-menu a:hover,
|
||||||
.site-nav.open .nav-menu .current-menu-item > a {
|
.site-nav.open .nav-menu .current-menu-item > a {
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
.site-nav.open .nav-menu a::after {
|
.site-nav.open .nav-menu a::after {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user