mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
Fix: email colors on iOS (#8680)
Force light mode in Apple mail, preventing issues with button text colors.
This commit is contained in:
parent
730200c05b
commit
f5eafe6d49
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Your Unleash Productivity Report</title>
|
<title>Your Unleash Productivity Report</title>
|
||||||
|
<meta name="color-scheme" content="light">
|
||||||
|
<meta name="supported-color-schemes" content="light">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body style="font-family: Arial, sans-serif;background-color: #f9f9f9;color: #333;margin: 0;padding: 12px 0;font-size:16px">
|
<body style="font-family: Arial, sans-serif;background-color: #f9f9f9;color: #333;margin: 0;padding: 12px 0;font-size:16px">
|
||||||
@ -11,7 +13,7 @@
|
|||||||
style="max-width: 600px;margin: 24px auto;background-color: #ffffff;border-radius: 8px;border: 1px solid #f0f0f5;overflow: hidden;">
|
style="max-width: 600px;margin: 24px auto;background-color: #ffffff;border-radius: 8px;border: 1px solid #f0f0f5;overflow: hidden;">
|
||||||
<div class="header" style="background-color: #6c65e5;padding: 20px;text-align: center;color: #ffffff;">
|
<div class="header" style="background-color: #6c65e5;padding: 20px;text-align: center;color: #ffffff;">
|
||||||
<img src="cid:unleashLogo" alt="Unleash" width="210px" height="60px" style="margin-top: 8px;">
|
<img src="cid:unleashLogo" alt="Unleash" width="210px" height="60px" style="margin-top: 8px;">
|
||||||
<div class="header-title" style="font-size: 24px;margin: 20px 0;">Your Monthly Productivity Report</div>
|
<div style="font-size: 24px;margin: 20px 0;">Your Monthly Productivity Report</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content" style="padding: 20px;text-align: left;">
|
<div class="content" style="padding: 20px;text-align: left;">
|
||||||
<div class="intro" style="margin: 0 4px;">
|
<div class="intro" style="margin: 0 4px;">
|
||||||
@ -55,7 +57,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<a href="{{unleashUrl}}/insights" class="button"
|
<a href="{{unleashUrl}}/insights"
|
||||||
style="color: #fefefe;text-decoration: none;display: inline-block;margin: 20px 0;padding: 12px 25px;background-color: #817afe;border-radius: 25px;font-weight: bold;"
|
style="color: #fefefe;text-decoration: none;display: inline-block;margin: 20px 0;padding: 12px 25px;background-color: #817afe;border-radius: 25px;font-weight: bold;"
|
||||||
rel="noopener" target="_blank">Go to your Insights</a>
|
rel="noopener" target="_blank">Go to your Insights</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user