From 0a28802cf4e4d503b2e4753dbf66f34aa3f99b61 Mon Sep 17 00:00:00 2001
From: Julie Thezenas <julie@lydra.fr>
Date: Sat, 21 May 2022 11:22:10 +0200
Subject: [PATCH] fix: underline links text

---
 about.json         | 2 +-
 common/common.scss | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/about.json b/about.json
index df21f6f..6005223 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 4c81933..de4422a 100644
--- a/common/common.scss
+++ b/common/common.scss
@@ -156,6 +156,9 @@ p {
 
 a {
   color: var(--primary-medium-hover);
+  &:hover {
+    text-decoration: underline;
+  }
 }
 
 // White background in boxes
-- 
GitLab