Jak zrobić link do normalnego tekstu CSS

a {
  color: inherit;
  text-decoration: inherit;
}
Jason Nong