Skip to content

Commit a1d3665

Browse files
committed
Fix reset password email template styling
1 parent ccbdd03 commit a1d3665

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/templates/Email/User/ResetPassword.rich.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ $url = $this->getContext()->url;
1515
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1616
<meta name="viewport" content="width=device-width">
1717
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE">
18-
<title>Template Base</title>
18+
<title>Reset Password</title>
1919

2020
</head>
21-
<body style="width: 100% !important;min-width: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100% !important;margin: 0;padding: 0;background-color: #FFFFFF">
21+
<body style="width: 100% !important;min-width: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100% !important;margin: 0;padding: 0;background-color: #404040">
2222
<style id="media-query">
2323
/* Client-specific Styles & Reset */
2424
#outlook a {
@@ -117,7 +117,7 @@ $url = $this->getContext()->url;
117117
</style>
118118
<table class="body" style="border-spacing: 0;border-collapse: collapse;vertical-align: top;height: 100%;width: 100%;table-layout: fixed" cellpadding="0" cellspacing="0" width="100%" border="0">
119119
<tbody><tr style="vertical-align: top">
120-
<td class="center" style="word-break: break-word;border-collapse: collapse !important;vertical-align: top;text-align: center;background-color: #FFFFFF" align="center" valign="top">
120+
<td class="center" style="word-break: break-word;border-collapse: collapse !important;vertical-align: top;text-align: center;background-color: #404040" align="center" valign="top">
121121

122122
<table style="border-spacing: 0;border-collapse: collapse;vertical-align: top;background-color: #404040" cellpadding="0" cellspacing="0" align="center" width="100%" border="0">
123123
<tbody><tr style="vertical-align: top">

0 commit comments

Comments
 (0)