I am trying to edit the CSS code to help me with more visual codes. What I’d like to do is to have the entire bullet automatically color-coded when a specific tag is added.
I’m really a visual-sort of person and generally prefer bright color-coding to help me remember and recall things
So far, what I’ve got has only helped me auto-color just the tag with the color I want, rather than the entire item that’s tagged. This uses this code:
[title~="#analogy"] {
background: #ffff00 !important;
color: black !important;
}
Here’s a screenshot of the thing:
It’ll be great if someone can help me figure out how to do this in the CSS (rather than through stylish, because it’s not super portable onto other platforms and I use a lot of them)