From c7b51f0b22858a3a5ebf2ee540ffcc25cc8e1c30 Mon Sep 17 00:00:00 2001
From: Julie Thezenas <julie@lydra.fr>
Date: Sun, 22 May 2022 14:40:38 +0200
Subject: [PATCH] fix: underline links text on footer

---
 about.json         | 2 +-
 common/common.scss | 8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/about.json b/about.json
index 6005223..df21f6f 100644
--- a/about.json
+++ b/about.json
@@ -17,7 +17,7 @@
           "success": "009900",
           "love": "fa6c8d"
     },
-      "Community dark": {
+      "Community Dark": {
           "primary": "dddddd",
           "secondary": "161616",
           "tertiary": "cfcfcf",
diff --git a/common/common.scss b/common/common.scss
index de4422a..638bd01 100644
--- a/common/common.scss
+++ b/common/common.scss
@@ -156,9 +156,6 @@ p {
 
 a {
   color: var(--primary-medium-hover);
-  &:hover {
-    text-decoration: underline;
-  }
 }
 
 // White background in boxes
@@ -673,6 +670,11 @@ tbody {
   color: var(--secondary) !important;
 }
 
+.custom-footer .footer-section-link-wrapper a:hover, .custom-footer .third-box .small-link:hover {
+  text-decoration: underline;
+  text-underline-offset: 5px;
+}
+
 ////Color showcase categories/////
 .custom-homepage-columns .col {
   position: relative;
-- 
GitLab