mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-31 10:25:55 +00:00
Style email footer links.
This commit is contained in:
parent
a52ea5d09c
commit
e3db6775fb
2 changed files with 8 additions and 4 deletions
|
|
@ -92,6 +92,10 @@
|
|||
"font-size": "9pt",
|
||||
"paragraph": {
|
||||
"margin": "0.5em 0"
|
||||
},
|
||||
"link": {
|
||||
"text-decoration": "none",
|
||||
"color": "#4183c4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,17 +6,17 @@
|
|||
|
||||
<p style="{{style "email-footer.paragraph"}}">
|
||||
You are receiving this email because you set up a
|
||||
<a href="{{absoluteRouteUrl "index"}}">RetroGit</a> account.
|
||||
<a href="{{absoluteRouteUrl "index"}}" style="{{style "email-footer.link"}}">RetroGit</a> account.
|
||||
</p>
|
||||
|
||||
<p style="{{style "email-footer.paragraph"}}">
|
||||
<a href="{{absoluteRouteUrl "settings"}}">Update your email preferences</a>
|
||||
| <a href="{{absoluteRouteUrl "view-digest"}}">View digest in browser</a>
|
||||
<a href="{{absoluteRouteUrl "settings"}}" style="{{style "email-footer.link"}}">Update your email preferences</a>
|
||||
| <a href="{{absoluteRouteUrl "view-digest"}}" style="{{style "email-footer.link"}}">View digest in browser</a>
|
||||
</p>
|
||||
|
||||
<p style="{{style "email-footer.paragraph"}}">
|
||||
RetroGit is a project by
|
||||
<a href="http://persistent.info">Mihai Parparita</a>.
|
||||
<a href="http://persistent.info" style="{{style "email-footer.link"}}">Mihai Parparita</a>.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue