I’m trying to change the color of my tags. I used this snippet and enabled it in the Appearance settings, it changes the color of my headers, bold, and italics, but the last line of code does not work for tags.
What line should I use for it to work for tags? Also what would work for internal links and external links?
.cm-header-1 { color: red; }
.cm-header-2 { color: red; }
.cm-header-3 { color: red; }
.cm-header-4 { color: red; }
.cm-header-5 { color: red; }
.cm-header-6 { color: red; }
.cm-strong { color: red; }
.cm-em { color: lime; }
.cm-tag { color: yellow; }