Hi, I cannot get CSS Snippets to apply in my newly installed Obsidian on a Mac. I just pulled a simple snippet from the forum to change the tag color. I created the CSS file and it is in the correct Snippets directory and the snippet is toggled on. When I go into a note containing the relevant tag in preview mode, the tag stays the same as the system default purple and doesn’t change to red. I have no custom template applied and am just using the default dark theme that comes with a newly installed Obsidian. Any ideas on what I could be doing wrong?
This is the snippet I am testing with, but I cant get any snippets to work.
.tag[href=“#important”] {
color: red;
}