Changed usrpfp.theme.css to userpfp.theme.css
Added fix for voice chat speaking rings to userpfp.theme.css Changed template to test performance and allow future optimization [EXPERIMENTAL]
This commit is contained in:
parent
1219e3e74c
commit
0f5f069a53
2 changed files with 10 additions and 7 deletions
15
userpfp.theme.css
Normal file
15
userpfp.theme.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/**
|
||||
* @name USRPFP
|
||||
* @author FoxStorm1, Pikai
|
||||
* @version 1.0.1
|
||||
* @description A pure CSS database of user requested pfps for discord.
|
||||
*/
|
||||
|
||||
/* Avatar Import */
|
||||
@import url("https://userpfp.github.io/UserPFP/import.css");
|
||||
[class^=userAvatar_] {
|
||||
border: 3px solid transparent;
|
||||
}
|
||||
:not([class^=avatarStack_])>[class*=avatarSpeaking_] {
|
||||
border: 3px solid var(--green-360) !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue