remove my fix because it makes weird bug i dont understand

This commit is contained in:
coolesding 2023-10-25 15:54:40 +02:00 committed by GitHub
parent 081a711eb8
commit 8a01c87007
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,3 @@
/* Avatar Import */ /* Avatar Import */
@import url("https://userpfp.github.io/UserPFP/import.css"); @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;
}