|
|
@ -291,11 +291,11 @@ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.label-topic-tag-nsfw { |
|
|
|
|
|
|
|
|
.label-topic-tag[class*='label-topic-tag-nsfw'] { |
|
|
@include theme-special-label(map-get($theme, "topic-tag-nsfw"), $is-light); |
|
|
@include theme-special-label(map-get($theme, "topic-tag-nsfw"), $is-light); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.label-topic-tag-spoiler { |
|
|
|
|
|
|
|
|
.label-topic-tag[class*='label-topic-tag-spoiler'] { |
|
|
@include theme-special-label(map-get($theme, "topic-tag-spoiler"), $is-light); |
|
|
@include theme-special-label(map-get($theme, "topic-tag-spoiler"), $is-light); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|