From 40f8781c90069271e2af3b29be5466d2e6df9434 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 8 Jul 2022 15:24:42 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20d=C3=A9coration=20des=20liens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index d641224..dac7f53 100644 --- a/styles.css +++ b/styles.css @@ -459,7 +459,7 @@ a:hover { } a:active { - text-decoration: underline; + text-decoration: none; cursor: progress; }