Wie man einen Link zu normalem Text CSS erstellt

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