4 bytes eliminados
, 17:56 13 ene 2021
/*Texto*/
.hover-text:link {
color: #045FB4;
}
/* visited link */
.hover-text:visited {
color: #045FB4;
}
/* mouse over link */
.hover-text:hover {
color: green;
}
/* selected link */
.hover-text:active {
color: #045FB4;
}