Update BetterNsfwTag.plugin.js

This commit is contained in:
Mirco Wittrien 2018-12-27 11:38:37 +01:00
parent d68fdcb55c
commit abcc98082f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class BetterNsfwTag {
"ChannelItem":"componentDidMount"
};
this.tagMarkup = `<span class="NSFW-tag ${BDFDB.disCNS.bottag + BDFDB.disCNS.bottagregular + BDFDB.disCN.bottagnametag}" style="background-color: rgb(241, 71, 71);">NSFW</span>`;
this.tagMarkup = `<span class="NSFW-tag ${BDFDB.disCNS.bottag + BDFDB.disCNS.bottagregular + BDFDB.disCN.bottagnametag}" style="background-color: rgb(241, 71, 71) !important; color: white !important;">NSFW</span>`;
this.css = `
.NSFW-tag${BDFDB.dotCN.bottag} {