diff --git a/src/app/globals.css b/src/app/globals.css index 540c006..d653bd2 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,14 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #ffffff;; - --card: #f9f9f9;; - --foreground: #120a00e6;; - --primary-cta: #ff8c42;; - --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; */ - + /* --background: #1d2b2b;; + --card: #2e4444;; + --foreground: #d0f0c0;; + --primary-cta: #4caf50;; + --secondary-cta: #8bc34a;; + --accent: #4caf50;; + --background-accent: #2e4444;; */ --background: #ffffff;; --card: #f9f9f9;; --foreground: #120a00e6;;