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.
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.