From 20c8ab25f1b94e4f568eecd369254f5ecc60f760 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 23:38:24 +0100 Subject: [PATCH] Updated the Footer styles.sass --- client/src/common/components/Footer/styles.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/common/components/Footer/styles.sass b/client/src/common/components/Footer/styles.sass index b0ad055..a321b6a 100644 --- a/client/src/common/components/Footer/styles.sass +++ b/client/src/common/components/Footer/styles.sass @@ -51,5 +51,8 @@ footer color: $text font-weight: 600 + &:hover + text-decoration: underline + footer * z-index: 2 \ No newline at end of file