Update template.css

This commit is contained in:
coolesding 2023-09-21 08:46:21 +01:00 committed by GitHub
parent 8dedafa412
commit f9e7f2d920
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
/* AVATAR-TEMPLATE-BEGIN */
/* Custom avatar for {id} */
[style^="https://cdn.discordapp.com/avatars/{id}"],
[src^="https://cdn.discordapp.com/avatars/{id}"]{
[src^="https://cdn.discordapp.com/avatars/{id}"],
.userAvatar-3Hwf1F:is([style*="{id}]) {
content: url({img});
background-image: url({img})!important;
}