From 0737ac91544c978b6b8e6711ff054b9eb9886620 Mon Sep 17 00:00:00 2001 From: coolesding <71647195+coolesding@users.noreply.github.com> Date: Thu, 21 Sep 2023 08:51:32 +0100 Subject: [PATCH] Update template.css --- db/template.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/template.css b/db/template.css index 5339e695..736501eb 100644 --- a/db/template.css +++ b/db/template.css @@ -2,7 +2,7 @@ /* Custom avatar for {id} */ [style^="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}); background-image: url({img})!important; }