forked from sagi/seepur
removed email footer background image. It has issues in dark-modes of clients. dont want to deal with it now
This commit is contained in:
parent
bd133ae139
commit
1c857559f8
1 changed files with 27 additions and 24 deletions
|
@ -1,8 +1,10 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
|
||||
</head>
|
||||
|
||||
<body style="font-family: 'Montserrat', Arial, sans-serif;">
|
||||
<div style="width:100%;background-color:#fff;">
|
||||
<div style="color: #4a4a4a;
|
||||
|
@ -27,7 +29,7 @@
|
|||
<footer style="background-color: #fafafa;
|
||||
padding: 3rem 1.5rem 6rem;
|
||||
margin-top:2rem;
|
||||
background-image: url('{{baseUrl}}/images/emails/sun+cloud.png');
|
||||
/* background-image: url('{{baseUrl}}/images/emails/sun+cloud.png'); */
|
||||
background-position: center center;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -35,7 +37,8 @@
|
|||
<div style="text-align: center !important;">
|
||||
<p>
|
||||
<strong>Seepur</strong> | The source code is licensed
|
||||
<a href="http://opensource.org/licenses/mit-license.php">MIT</a>. Made with ♥️ by friends and family. For all
|
||||
<a href="http://opensource.org/licenses/mit-license.php">MIT</a>. Made with ♥️ by friends and family. For
|
||||
all
|
||||
the savtot out there
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue