diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 577d754..e5d3678 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,10 +11,10 @@ --background-accent: #ffffff; */ --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2e2521; - --secondary-cta: #ffffff; + --card: #e6f5e6; + --foreground: #ffffff; + --primary-cta: #ffffff; + --secondary-cta: #2e2521; --accent: #b2a28b; --background-accent: #b2a28b;