From eee9b51923d19beda89e6cbf0d92dcbabe820af6 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Thu, 19 Mar 2026 00:47:16 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20des=20couleurs=20des=20lien?= =?UTF-8?q?s.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.scss | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/assets/style.scss b/assets/style.scss index 1e74b2f..530da57 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -57,20 +57,19 @@ a:link { } a:visited { - color: $purple -} - -a:focus { - color: $lightpurple; -} - -a:hover { color: $lightyellow } +a:focus { + color: $green; +} + +a:hover { + color: $green; +} + a:active { - background: $yellow; - color: $bg + color: $lightgreen; } // Prompt and command line.