diff --git a/email-templates/base.html b/email-templates/base.html index 467434e..0f47897 100644 --- a/email-templates/base.html +++ b/email-templates/base.html @@ -42,7 +42,20 @@ .gutter { padding: 30px; } - + .button { + background: #7f2aff; + color: #fff !important; + display: inline-block; + border-radius: 3px; + padding: 10px 30px; + text-align: center; + text-decoration: none; + font-weight: bold; + } + .button:hover { + background: #222; + color: #fff; + } img { max-width: 100%; } @@ -67,7 +80,9 @@
File | -{{ .Name }} | +{{ .Name }} |
Status | diff --git a/public/templates/subscription.html b/public/templates/subscription.html index dce37ef..62ef061 100644 --- a/public/templates/subscription.html +++ b/public/templates/subscription.html @@ -4,19 +4,19 @@