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:
coolesding 2023-10-25 15:32:02 +02:00 committed by GitHub
parent 1219e3e74c
commit 0f5f069a53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 7 deletions

15
userpfp.theme.css Normal file
View 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;
}