diff --git a/app/cells/decidim/newsletter_templates/agenda_events/themes/capitalitat.erb b/app/cells/decidim/newsletter_templates/agenda_events/themes/capitalitat.erb index 9fe662f..6629fe6 100644 --- a/app/cells/decidim/newsletter_templates/agenda_events/themes/capitalitat.erb +++ b/app/cells/decidim/newsletter_templates/agenda_events/themes/capitalitat.erb @@ -10,6 +10,10 @@ font-size: 18px !important; color: #ffffff !important; } + .introduction-text a { + color: #ffffff !important; + text-decoration: underline !important; + } .intro-button a { color: <%= background_color %> !important; @@ -110,7 +114,7 @@ -
+ <% if has_image?(:main_image) %> <%= image_tag image_url(:main_image, resize_to_fit: [653, 436]), alt: "Intro Image", width: "653" %> <% end %>