diff --git a/src/styles/nav.module.scss b/src/styles/nav.module.scss index d39f62e..71efd72 100644 --- a/src/styles/nav.module.scss +++ b/src/styles/nav.module.scss @@ -38,11 +38,11 @@ a { color: white; - } - - &:hover a { - color: white; - text-decoration: underline; + + &:hover { + color: white; + text-decoration: underline; + } } } }