Correction de l'indentation.

This commit is contained in:
2026-03-24 22:57:45 +01:00
parent 9c3e2cb045
commit 4988ec429c
+8 -8
View File
@@ -89,29 +89,29 @@ body {
// Style des liens. // Style des liens.
a { a {
outline: none; outline: none;
text-decoration: none; text-decoration: none;
padding: 0; padding: 0;
} }
a:link { a:link {
color: $yellow; color: $yellow;
} }
a:visited { a:visited {
color: $lightyellow color: $lightyellow
} }
a:focus { a:focus {
color: $green; color: $green;
} }
a:hover { a:hover {
color: $green; color: $green;
} }
a:active { a:active {
color: $lightgreen; color: $lightgreen;
} }
// Colorisation du code en ligne. // Colorisation du code en ligne.