From d977b35dce5f8eada7f01a413cec640e2b73a733 Mon Sep 17 00:00:00 2001 From: coolesding <71647195+coolesding@users.noreply.github.com> Date: Tue, 5 Sep 2023 21:13:38 +0200 Subject: [PATCH] lmao i also managed to overwrite banners so we shortly were also doing userbg's job --- db/template.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/template.css b/db/template.css index 3143b524..aa87f691 100644 --- a/db/template.css +++ b/db/template.css @@ -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; }