diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7077750..390b34b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,7 +3,7 @@ /* --vw is set by ThemeProvider */ /* --background: #fffafa;; - --card: #f0fff0;; + --card: #ff0000;; --foreground: "Inter", sans-serif;; --primary-cta: #800080;; --secondary-cta: "Inter", sans-serif;; @@ -11,7 +11,7 @@ --background-accent: #20b2aa;; */ --background: #ffffff;; - --card: #f0fff0;; + --card: #ff0000;; --foreground: "Inter", sans-serif;; --primary-cta: #800080;; --secondary-cta: "Inter", sans-serif;;