Carter
0
Q:

remove style from link

 a, a:hover, a:focus, a:active {
     text-decoration: none;
     color: inherit;
 }
6
a { color: inherit; } 
1

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}
0

New to Communities?

Join the community