stuff
This commit is contained in:
parent
3ba5a94b08
commit
a5049f40cf
|
@ -3026,8 +3026,7 @@
|
|||
"userpopoutheadertop_old": ["UserPopoutWrapper", "headerTop"],
|
||||
"userpopoutheaderbottagwithnickname": ["UserPopout", "headerBotTagWithNickname"],
|
||||
"userpopoutheadertagdiscriminatornonickname": ["UserPopout", "headerTagDiscriminatorNoNickname"],
|
||||
"userpopoutheadername": ["UserPopout", "headerName"],
|
||||
"userpopoutheadernamewrapper": ["UserPopout", "headerNameWrapper"],
|
||||
"userpopoutheadername": ["UserPopout", "nickname"],
|
||||
"userpopoutheadernormal": ["UserPopout", "headerNormal"],
|
||||
"userpopoutheadertag": ["UserPopout", "headerTag"],
|
||||
"userpopoutheadertagnonickname": ["UserPopout", "headerTagNoNickname"],
|
||||
|
|
|
@ -109,6 +109,7 @@
|
|||
14. PHONEVERIFICATIONMODAL
|
||||
15. CUSTOMSTATUSMODAL
|
||||
16. DISCOVERYENTRYMODAL
|
||||
17. NICKNAMEMODAL
|
||||
11. POPOUTS
|
||||
1. CONTEXTMENU
|
||||
2. USERPOPOUT
|
||||
|
@ -1721,6 +1722,12 @@ a.metadataName-14STf- {
|
|||
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/discovery_house.svg) center/contain no-repeat !important;
|
||||
}
|
||||
|
||||
/* ---- 10.17. NICKNAMEMODAL ---- */
|
||||
|
||||
.reset-2ikQ30.lookLink-9FtZy-.colorLink-35jkBc {
|
||||
color: rgb(var(--accentcolor));
|
||||
}
|
||||
|
||||
|
||||
/* ~~~~ 11. POPOUTS ~~~~ */
|
||||
|
||||
|
|
Loading…
Reference in New Issue