Added fix for voice chat speaking rings to userpfp.theme.css Changed template to test performance and allow future optimization [EXPERIMENTAL]
15 lines
No EOL
392 B
CSS
15 lines
No EOL
392 B
CSS
/**
|
|
* @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;
|
|
} |