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 { 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.