Skip to content

Commit

Permalink
Fix CTA color in homepage header
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed May 7, 2024
1 parent 5304303 commit 90760cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/sass/globals/extends/_cta.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@

&--transparent {
background-color: transparent;
border: 1px solid var(--white);
color: var(--white);
border: 1px solid var(--cta-color, var(--white));
color: var(--cta-color, var(--white));

&:hover,
&:focus-visible,
Expand Down

0 comments on commit 90760cc

Please sign in to comment.