Update PersonalPins.plugin.js
This commit is contained in:
parent
8c292822ab
commit
7c3fed33b2
|
@ -395,7 +395,7 @@ module.exports = (_ => {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
${BDFDB.dotCN._personalpinsmessagetag + BDFDB.notCN._personalpinsmessagetagadd}:hover {
|
${BDFDB.dotCN._personalpinsmessagetag + BDFDB.notCN._personalpinsmessagetagadd}:hover {
|
||||||
background-color: ${BDFDB.DiscordConstants.ColorVariables["status-danger"]} !important;
|
background-color: var(--status-danger) !important;
|
||||||
}
|
}
|
||||||
${BDFDB.dotCN._personalpinsmessagetagadd} {
|
${BDFDB.dotCN._personalpinsmessagetagadd} {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -1120,4 +1120,4 @@ module.exports = (_ => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
})(window.BDFDB_Global.PluginUtils.buildPlugin(changeLog));
|
})(window.BDFDB_Global.PluginUtils.buildPlugin(changeLog));
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in New Issue