lmao i also managed to overwrite banners so we shortly were also doing userbg's job

This commit is contained in:
coolesding 2023-09-05 21:13:38 +02:00 committed by GitHub
parent 9ba376a6df
commit d977b35dce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
/* AVATAR-TEMPLATE-BEGIN */
/* Custom avatar for {id} */
[style*="{id}"],
[src*="{id}"]{
[style*="avatars/{id}"],
[src*="avatars/{id}"]{
content: url({img});
background-image: url({img})!important;
}