css url do not change color of visited links

61

a {
    text-decoration: none;
}

a:link, a:visited {
    color: blue;
}

a:hover {
    color: red;
}

Comments

Submit
0 Comments