Answers for "css remove anchor color"

1

remove anchor tag color

a { color: inherit; }
Posted by: Guest on May-30-2021
0

remove style from a tag

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}
Posted by: Guest on May-16-2020

Browse Popular Code Answers by Language