From ed589caa8e99440e2ae9346f45035cb3124dbbef Mon Sep 17 00:00:00 2001
From: Olivia206 <olivia.simonet@mmibordeaux.com>
Date: Fri, 16 Dec 2022 12:36:37 +0100
Subject: [PATCH] hovered links for footer

---
 assets/sass/_theme/design-system/footer.sass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/assets/sass/_theme/design-system/footer.sass b/assets/sass/_theme/design-system/footer.sass
index 73b09a98..e27dfe60 100644
--- a/assets/sass/_theme/design-system/footer.sass
+++ b/assets/sass/_theme/design-system/footer.sass
@@ -17,7 +17,8 @@ footer[role="contentinfo"]
         li
             + li
                 margin-top: $spacing0
-            a:not(:hover)
+            a
+                @include link($footer-color)
                 text-decoration-color: transparent
     .footer
         &-site
-- 
GitLab