Skip to content

Commit 412f5fa

Browse files
committed
fix: Change the banner color of CTA email template
1 parent 2ce5e4a commit 412f5fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • app/cells/decidim/newsletter_templates/image_text_cta

app/cells/decidim/newsletter_templates/image_text_cta/show.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
table.button table td {
44
background: <%= organization_primary_color %> !important
55
}
6+
.decidim-bar, th.decidim-bar, td.decidim-bar {
7+
background-color: #FFFFFF !important;
8+
}
69
</style>
710
<% end %>
811

0 commit comments

Comments
 (0)