I’m using the tag banners plugin. It hardcodes primary-very-low as the background color for all banners, which is the same as text color, in dark mode. The stock material theme correctly uses var(--secondary), which switches to dark when in dark mode. Is there any easy way to fix the background of our tag banners?
With attribute selectors, so the background is changed in all tags. But you could specify a tag name in the class so the background is changed for only that tag.