healthcare email: white logo for teal header (was dark navy, invisible); drop NPPES-source footer line
This commit is contained in:
parent
29c7a421e9
commit
2d3bccd31e
2 changed files with 1 additions and 2 deletions
|
|
@ -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. · Cheyenne, WY · <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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue