Correction de l'indentation.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user