BotHerbert Hi, I am trying to find out, what html class is responsible for tags style? I want to make tag background invisible and make tag texts glow
14569 BotHerbert .DiscussionListItem-info .TagLabel { background-color: transparent; } .DiscussionListItem-info .TagLabel.colored, .TagLabel--colored { --tag-color: var(--tag-bg); }
BotHerbert Expected to see something like this: https://imgur.io/pnppliT Now I have this: https://imgur.io/duRYQwk