From 4199e4268b25bb3f249ee89260f8bc82ceb1f38e Mon Sep 17 00:00:00 2001 From: coolesding <71647195+coolesding@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:05:40 +0200 Subject: [PATCH] change class to include avatars --- source/template.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/template.css b/source/template.css index 38cf0559..e3f2ec76 100644 --- a/source/template.css +++ b/source/template.css @@ -1,6 +1,6 @@ /* AVATAR-TEMPLATE-BEGIN */ /*{id} is userid in data.json and {img} is the image link, usually gif*/ -.avatar_ec86aa[src^="https://cdn.discordapp.com/avatars/{id}"] +.clickable_ec86aa[src^="https://cdn.discordapp.com/avatars/{id}"] ,.avatar_c51b4e[src^="https://cdn.discordapp.com/avatars/{id}"] ,.avatar_c47562[src^="https://cdn.discordapp.com/avatars/{id}"] { content: url({img})