diff --git a/routes/_components/NavItem.html b/routes/_components/NavItem.html
index 1fd8ebd9..e9c753c2 100644
--- a/routes/_components/NavItem.html
+++ b/routes/_components/NavItem.html
@@ -69,6 +69,7 @@
.main-nav-link:hover {
background-color: var(--nav-a-bg-hover);
border-bottom: 1px solid var(--nav-a-border-hover);
+ text-decoration: none;
}
.main-nav-link:hover .nav-link-label {