From 82e064c17103a3f629684b8dfedd862b338beb79 Mon Sep 17 00:00:00 2001 From: Lance Wintch Date: Thu, 24 Aug 2023 13:54:50 -0600 Subject: [PATCH] fix(cuvitro hero style): changing the button bg color to match prod (#144) changed the "download pdf" button to match the live site as the darker background color and white text fix #130 --- blocks/hero/product-hero.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blocks/hero/product-hero.css b/blocks/hero/product-hero.css index 0fbab518..e9afd6be 100644 --- a/blocks/hero/product-hero.css +++ b/blocks/hero/product-hero.css @@ -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 {