From fc8bd169957b9c2aa5fc01f0a738ed38d42feca9 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Fri, 16 Aug 2024 12:21:00 +0000 Subject: [PATCH] link hover effect --- src/styles/nav.module.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; + } } } }