Just an addendum to the other responses, if you want your <a>
tags to inherit the colour from their parent you can use
a {color: inherit; }
Just an addendum to the other responses, if you want your <a>
tags to inherit the colour from their parent you can use
a {color: inherit; }