healthcare email: white logo for teal header (was dark navy, invisible); drop NPPES-source footer line

This commit is contained in:
justin 2026-06-06 03:48:04 -05:00
parent 29c7a421e9
commit 2d3bccd31e
2 changed files with 1 additions and 2 deletions

View file

@ -159,7 +159,7 @@ def render(seg_key: str, *, test: bool = False) -> tuple[str, str]:
<!-- Header -->
<tr><td style="background-color:#0f766e;background:linear-gradient(135deg,#0f766e 0%,#14b8a6 100%);padding:26px 28px;">
<img src="{SITE}/images/logo.png" alt="Performance West" style="height:44px;margin-bottom:10px;display:block" />
<img src="{SITE}/images/logo-white.png" alt="Performance West" style="height:44px;margin-bottom:10px;display:block" />
<h1 style="color:#fff;margin:0;font-size:22px;font-weight:700;font-family:Inter,system-ui,sans-serif;">{s['alert']}</h1>
<p style="color:#ccfbf1;margin:6px 0 0;font-size:13px;font-family:Inter,system-ui,sans-serif;">{s['subhead']}</p>
</td></tr>
@ -197,7 +197,6 @@ def render(seg_key: str, *, test: bool = False) -> tuple[str, str]:
<!-- Footer -->
<tr><td style="padding:16px 28px;background:#f8fafc;border-top:1px solid #e5e7eb;font-size:11px;color:#9ca3af;text-align:center;">
<p style="margin:0;">Performance West Inc. &middot; Cheyenne, WY &middot; <a href="{SITE}" style="color:#6b7280;">performancewest.net</a></p>
<p style="margin:6px 0 0;">You received this because your provider record is publicly listed in the CMS NPPES registry.</p>
<p style="margin:6px 0 0;"><a href="{{{{ UnsubscribeURL }}}}" style="color:#6b7280;">Unsubscribe</a></p>
</td></tr>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB