Skip to content

Commit

Permalink
fix: CTA link contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Nov 22, 2024
1 parent c82fe0c commit 5087918
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/theme/ItaliaTheme/Blocks/_ctaBlock.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -98,6 +106,7 @@

.cta-tile-text {
&,
a,
h3 {
color: #fff;
}
Expand Down

0 comments on commit 5087918

Please sign in to comment.