diff --git a/packages/logos-docusaurus-theme/src/client/theme/NavbarItem/NavbarNavLink/styles.module.css b/packages/logos-docusaurus-theme/src/client/theme/NavbarItem/NavbarNavLink/styles.module.css index 69e2894..23a6519 100644 --- a/packages/logos-docusaurus-theme/src/client/theme/NavbarItem/NavbarNavLink/styles.module.css +++ b/packages/logos-docusaurus-theme/src/client/theme/NavbarItem/NavbarNavLink/styles.module.css @@ -2,6 +2,10 @@ display: flex; align-items: center; gap: 6px; + text-decoration: none; +} + +.linkContent:hover { text-decoration: underline; text-underline-offset: 0.3rem; text-decoration-color: rgba(var(--lsd-text-primary), 0.6);