diff --git a/src/app/globals.css b/src/app/globals.css index 35de80c..56efa76 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,9 +5,9 @@ /* --vw is set by ThemeProvider */ --background: #ffffff;; - --card: #fafafa;; - --foreground: #0f0003e6;; - --primary-cta: #c1121f;; + --card: #fcfcfc;; + --foreground: #0a0018e6;; + --primary-cta: #8b5cf6;; --secondary-cta: #ffffff;; --accent: #e2e2e2;; --background-accent: #c4c4c4;;