Any pointers on how to make my tags not-transparent?
This is how they used to look:

This is how they look at the moment with my current colour-scheme:

The CSS I use to override my tags is here: Meta Post - Common CSS Hacks
Edit: Forgot to add what I tried so far:
- commenting all instances of
background-color: transparentin the theme - overriding that with e.g.
.tag { background-color: var(--nord3)}in my tags.css