From 50879185433b9c741221c16dd93426afe4289b10 Mon Sep 17 00:00:00 2001 From: Wagner Trezub Date: Fri, 22 Nov 2024 12:27:55 +0100 Subject: [PATCH] fix: CTA link contrast --- src/theme/ItaliaTheme/Blocks/_ctaBlock.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/theme/ItaliaTheme/Blocks/_ctaBlock.scss b/src/theme/ItaliaTheme/Blocks/_ctaBlock.scss index a58bc1304..65fbc7a56 100644 --- a/src/theme/ItaliaTheme/Blocks/_ctaBlock.scss +++ b/src/theme/ItaliaTheme/Blocks/_ctaBlock.scss @@ -22,9 +22,17 @@ h2, h3 { margin: 0 0 1.5rem; - color: $secondary-text; font-size: 2.25rem; } + h2, + h3, + a { + &, + span { + color: $secondary-text; + text-decoration-color: $secondary-text; + } + } p:last-of-type { margin-bottom: 0; @@ -98,6 +106,7 @@ .cta-tile-text { &, + a, h3 { color: #fff; }