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