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