Update PersonalPins.plugin.js

This commit is contained in:
Mirco Wittrien 2022-12-11 17:51:38 +01:00 committed by GitHub
parent 8c292822ab
commit 7c3fed33b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -395,7 +395,7 @@ module.exports = (_ => {
visibility: visible;
}
${BDFDB.dotCN._personalpinsmessagetag + BDFDB.notCN._personalpinsmessagetagadd}:hover {
background-color: ${BDFDB.DiscordConstants.ColorVariables["status-danger"]} !important;
background-color: var(--status-danger) !important;
}
${BDFDB.dotCN._personalpinsmessagetagadd} {
font-size: 16px;
@ -1120,4 +1120,4 @@ module.exports = (_ => {
}
};
})(window.BDFDB_Global.PluginUtils.buildPlugin(changeLog));
})();
})();