I am bearly good enough at CSS to change some things in my theme and understand what everything is doing when I have it right under my noseā¦ But not good enough to imagine new ways to do thingsā¦
I created colored tags with āTag Pillsā but is there any way to apply same background-color to tags in the tags panel? Or is there any way to change the colors of individual tags in Tag Panel? with @Chamsae code I was able to change the colors of all of them, but I want to change the colors of individual tags in tags panel.
E.g for #important color red set, but in tags panel it still in normal way.
I have the exact same question and could not find a way to use a custom color based on the tag label for the Tag Pane, even if itās working perfectly in reading modeā¦
Maybe someone has had more success since then ?
@Saorsa You need to add !important to the color attribute you want to change. This is because a value has already been assigned to this property somewhere else in a parent attribute, and you need to specify that you wish to override it.