Amélioration des couleurs des liens.

This commit is contained in:
2026-03-19 00:47:16 +01:00
parent 0506aea195
commit eee9b51923
+9 -10
View File
@@ -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.