mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-17 20:05:23 +02:00
Stargazers name glow yellow
This commit is contained in:
@ -205,6 +205,10 @@ nav .brand-logo {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#chatcontent .chatusername.stargazer {
|
||||
text-shadow: 2px 2px 10px yellow;
|
||||
}
|
||||
|
||||
/*#chatcontent > p > span {*/
|
||||
/* display: table-row*/
|
||||
/*}*/
|
||||
|
@ -1163,6 +1163,9 @@
|
||||
} else {
|
||||
parent.find(".chatusername").css("color", null);
|
||||
}
|
||||
if (usr.stargazer) {
|
||||
parent.find(".chatusername").addClass("stargazer");
|
||||
}
|
||||
if (usr.avatar_url) {
|
||||
parent.attr("discord_userid", usr.id);
|
||||
parent.find(".authoravatar").prop("src", usr.avatar_url);
|
||||
|
Reference in New Issue
Block a user