Files
LCEssentials/.gitea/workflows/test.yml
Developer @ Loverde Company 06439b6b45 fix(ci): use table layout with fully inline CSS for the notification email
The <style>-in-head version rendered broken in the actual mail client
(no card, no colors, no spacing - the email client stripped the style
block, a common limitation of HTML email). Rewrote as a table-based
layout with every style attribute inline, which is the robust approach
for cross-client HTML email compatibility, and added the real Atomenta
logo (https://atomenta.com.br/assets/images/logo_2024.png, the same
asset served by the Atomenta app's own public/assets). Dropped the
dark-mode media query - not expressible with inline-only styles, and
not essential for an internal CI notification.
2026-09-11 15:17:52 -03:00

102 lines
5.4 KiB
YAML