Skip to content

Commit

Permalink
fix(cuvitro hero style): changing the button bg color to match prod (#…
Browse files Browse the repository at this point in the history
…144)

changed the "download pdf" button to match the live site as the darker background color and white
text

fix #130
  • Loading branch information
lwintch authored Aug 24, 2023
1 parent 64dbd42 commit 82e064c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blocks/hero/product-hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
}

.block.hero.cuvitru .link .button-container a {
color: var(--cuvitru);
background-color: var(--cuvitru);
color: var(--white);
}

.block.hero.flexbumin .link .button-container a {
Expand Down

0 comments on commit 82e064c

Please sign in to comment.