diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5b1c3c2..b317c14 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,7 +3,7 @@ /* --vw is set by ThemeProvider */ /* --background: #ffffff;; - --card: #f9f9f9;; + --card: #ffffff;; --foreground: #000000;; --primary-cta: #000000;; --secondary-cta: #ffffff;; @@ -11,7 +11,7 @@ --background-accent: #c4c4c4;; */ --background: #ffffff;; - --card: #f9f9f9;; + --card: #ffffff;; --foreground: #000000;; --primary-cta: #000000;; --secondary-cta: #ffffff;;