Supprimer le style du lien
a, a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
}
k-vernooy
a, a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
}
a {
color: blue;
text-decoration: none; /* no underline */
}
body {
color: blue;
}
a {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}