diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b6a6815..e24340a 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: #0a0a0a;; --primary-cta: #2563eb;; --secondary-cta: #f9f9f9;; @@ -11,7 +11,7 @@ --background-accent: #fbbf24;; */ --background: #ffffff;; - --card: #f9f9f9;; + --card: #ffffff;; --foreground: #0a0a0a;; --primary-cta: #2563eb;; --primary-cta-text: #ffffff;;