fix: remove logo bg in email templates

This commit is contained in:
3252a8
2026-04-30 10:29:01 +03:00
parent 2c1e86863d
commit 4d0241a0ea
+1 -1
View File
@@ -99,7 +99,7 @@ def _layout(
logo_block = (
f'<img src="{html.escape(logo_url, quote=True)}" width="64" height="64" '
f'alt="" style="display:block;border:0;outline:none;text-decoration:none;'
f'border-radius:16px;background:{_CARD_BG};">'
f'border-radius:16px;">'
)
return f"""<!DOCTYPE html>