diff --git a/src/app/globals.css b/src/app/globals.css index 7a02d76..fabe415 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,14 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #250c0d;; - --primary-cta: #b82b40;; - --secondary-cta: #ffffff;; - --accent: #b90941;; - --background-accent: #e8a8b6;; */ - + /* --background: #1c2833;; + --card: #2c3e50;; + --foreground: #ecf0f1;; + --primary-cta: #2ecc71;; + --secondary-cta: #3498db;; + --accent: #27ae60;; + --background-accent: #2ecc71;; */ --background: #f7f6f7;; --card: #ffffff;; --foreground: #250c0d;;