diff --git a/src/app/globals.css b/src/app/globals.css index c97378c..d904583 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -7,12 +7,12 @@ /* --vw is set by ThemeProvider */ --background: #ffffff;; - --card: #1e1e1e;; - --foreground: #ffffff;; + --card: #f0f0f0;; + --foreground: #000000;; --primary-cta: #00bcd4;; --secondary-cta: #b2ebf2;; - --accent: #3b82f6;; - --background-accent: #0097a71a;; + --accent: #0097a7;; + --background-accent: #e0f2f1;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);