Don't use color for background of emoji tags

This commit is contained in:
Tom Najdek 2023-11-10 10:43:10 +01:00 committed by Dan Stillman
parent 7fe5f0145d
commit 464c37e66f

View file

@ -104,7 +104,7 @@
&.colored {
font-weight: bold;
&.selected {
&.selected:not(.emoji) {
background-color: currentcolor;
@each $colorHex, $colorVar in $tagColorsLookup {