feat: Add !important to text-decoration for submenu links to ensure consistent styling

This commit is contained in:
Matt Batchelder
2026-02-26 07:17:24 -05:00
parent d9829e99b1
commit 1641da21af

View File

@@ -550,11 +550,12 @@ p:last-child { margin-bottom: 0; }
font-size: 1.25rem;
padding-bottom: 0;
border-bottom: none;
text-decoration: none;
text-decoration: none !important;
}
.site-nav.open .nav-menu a:hover,
.site-nav.open .nav-menu .current-menu-item > a {
color: var(--color-primary);
text-decoration: none !important;
}
.site-nav.open .nav-menu a::after {
bottom: 0;