From 1641da21aff08845fc530f61dc481001e2a23ede Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Thu, 26 Feb 2026 07:17:24 -0500 Subject: [PATCH] feat: Add !important to text-decoration for submenu links to ensure consistent styling --- theme/assets/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index 58cad2f..bb926ac 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -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;