Skip to content

Commit

Permalink
change email logo and button color according to CI
Browse files Browse the repository at this point in the history
fixes #8
  • Loading branch information
goapunk committed Mar 12, 2024
1 parent 63d1f97 commit 8771307
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified adhocracy-plus/assets/images/email_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion adhocracy-plus/templates/email_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 style="color: #818181;">
<td style="padding-top: 10px; padding-bottom: 10px; text-align: center;" align="center">
<a href="{% block cta_url %}{% endblock %}"
style="padding: 0 20px; font-weight: bold; line-height: 40px; margin: 0 auto; color: #fff;
background-color: #2d40cc; border-color: #2d40cc; display: inline-block;
background-color: #e5045c; border-color: #e5045c; display: inline-block;
vertical-align: middle; text-decoration: none;">
{% block cta_label %}{% endblock %}
</a>
Expand Down

0 comments on commit 8771307

Please sign in to comment.