From 4988ec429c2b9d8c4424245a2e2f4b3b64f55bf6 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Tue, 24 Mar 2026 22:57:45 +0100 Subject: [PATCH] Correction de l'indentation. --- assets/style/main.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/style/main.scss b/assets/style/main.scss index 4c46133..0190d5d 100644 --- a/assets/style/main.scss +++ b/assets/style/main.scss @@ -89,29 +89,29 @@ body { // Style des liens. a { - outline: none; - text-decoration: none; - padding: 0; + outline: none; + text-decoration: none; + padding: 0; } a:link { - color: $yellow; + color: $yellow; } a:visited { - color: $lightyellow + color: $lightyellow } a:focus { - color: $green; + color: $green; } a:hover { - color: $green; + color: $green; } a:active { - color: $lightgreen; + color: $lightgreen; } // Colorisation du code en ligne.