Update template.css

This commit is contained in:
coolesding 2023-09-21 08:51:32 +01:00 committed by GitHub
parent 238482b62a
commit 0737ac9154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
/* Custom avatar for {id} */ /* Custom avatar for {id} */
[style^="https://cdn.discordapp.com/avatars/{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}]) { .userAvatar-3Hwf1F:is([style*="{id}"]) {
content: url({img}); content: url({img});
background-image: url({img})!important; background-image: url({img})!important;
} }