bookwyrm/bookwyrm/templates/email/snippets/action.html
2021-03-21 12:06:12 -07:00

6 lines
219 B
HTML

<p style="text-align: center; margin: 2rem;">
<a href="{{ path }}" style="background-color: #3273dc; color: #fff; border-radius: 4px; padding: 0.5rem 1rem; text-decoration: none;">
{{ text }}
</a>
</p>