MCheli
10/28/2016 - 12:37 PM

Remove default styling from <a> tag (for links)

Remove default styling from tag (for links)

a, a:link, a:visited, a:focus, a:active {
    color: #ffffff;
    text-decoration: none;
}