Amélioration des couleurs des liens.
This commit is contained in:
+9
-10
@@ -57,20 +57,19 @@ a:link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: $purple
|
|
||||||
}
|
|
||||||
|
|
||||||
a:focus {
|
|
||||||
color: $lightpurple;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
color: $lightyellow
|
color: $lightyellow
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:focus {
|
||||||
|
color: $green;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: $green;
|
||||||
|
}
|
||||||
|
|
||||||
a:active {
|
a:active {
|
||||||
background: $yellow;
|
color: $lightgreen;
|
||||||
color: $bg
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Prompt and command line.
|
// Prompt and command line.
|
||||||
|
|||||||
Reference in New Issue
Block a user