From 5699c65ba8953e14a1209b35884b92286d0be0c8 Mon Sep 17 00:00:00 2001
From: Dorine Lambinet <dorine.lambinet@gmail.com>
Date: Mon, 4 Oct 2021 09:10:14 +0200
Subject: [PATCH] =?UTF-8?q?Modifie=20le=20style=20par=20d=C3=A9faut=20des?=
 =?UTF-8?q?=20liens?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/app.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app.css b/src/app.css
index c6a80cd93..98292f73b 100644
--- a/src/app.css
+++ b/src/app.css
@@ -16,6 +16,6 @@
 
 @layer components {
   .link {
-    @apply text-le-bleu hover:underline;
+    @apply underline hover:text-le-bleu ;
   }
 }
-- 
GitLab