diff --git a/source/template.css b/source/template.css index da981d0e..92e25264 100644 --- a/source/template.css +++ b/source/template.css @@ -1,12 +1,13 @@ /* AVATAR-TEMPLATE-BEGIN */ /*{id} is userid in data.json and {img} is the image link, usually gif*/ -.clickable_f9f2ca[src^="https://cdn.discordapp.com/avatars/{id}"] -,.avatar_c51b4e[src^="https://cdn.discordapp.com/avatars/{id}"] -,.voiceAvatar_db83a2[src^="https://cdn.discordapp.com/avatars/{id}"] -,.avatar_d03bba[src^="https://cdn.discordapp.com/avatars/{id}"] { +.avatar__183c2[src^="https://cdn.discordapp.com/avatars/{id}"] +,.avatar_c19a55[src^="https://cdn.discordapp.com/avatars/{id}"] +,.avatar__44b0c[src^="https://cdn.discordapp.com/avatars/{id}"] +,.voiceAvatar_f910d0[src^="https://cdn.discordapp.com/avatars/{id}"] +,.icon__6e9f8[src^="https://cdn.discordapp.com/avatars/{id}"] { content: url({img}) } -.userAvatar_ac3629[style*="{id}"] { +.userAvatar__55bab[style*="{id}"] { background-image: url({img})!important } /* AVATAR-TEMPLATE-END */