svg { user-select: none; &:not(.outlined) { circle { fill: currentColor; stroke: currentColor; } text { fill: white; stroke: white; } } &.outlined { circle { fill: white; stroke: currentColor; } text { fill: currentColor; stroke: currentColor; } } }