I want all my anchor elements to have the same style, regardless of their parent. Is there a way to apply this universally? I'm working on changing a theme and noticed that anchor tags are styled differently for certain classes or elements. Can I override this without individually changing each instance?
Would something like this work:
a { color: red }
Or would I need to search for and modify individual style rules for these specific cases?