ultisuite-client/fixtures/email-preview/dark-newsletter-on-transparent.html
R3D347HR4Y 8a02c10ba3 Add environment configuration and update email view components
- Created a .cursorignore file to manage local environment files.
- Updated .env.example to reflect changes in the public app URL.
- Modified the gmail workspace configuration to include the drive-suite path.
- Enhanced email view components to support attachment handling and fallback for plain text bodies.
- Improved user experience by updating attachment display logic and integrating inline attachment support.
2026-06-04 00:12:43 +02:00

19 lines
555 B
HTML

<table bgcolor="#ffffff" width="100%">
<tr>
<td bgcolor="#f8f9fa" style="color: #e8eaed; padding: 20px;">
<font color="#ffffff">
Override Ultimail force #e8eaed mais feuille distante peut gagner sur .title
</font>
<h2 class="title" style="color: #ffffff; margin: 0;">Titre newsletter</h2>
<p style="color: rgba(255, 255, 255, 0.95);">
Paragraphe très clair sur fond encore clair après transparent bgcolor.
</p>
</td>
</tr>
</table>
<style>
.title {
color: #ffffff !important;
}
</style>