diff --git a/src/app/globals.css b/src/app/globals.css index 30127bf..c365545 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #e6f5ff;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #0074d9;; - --secondary-cta: #ffffff;; - --accent: #00bfff;; - --background-accent: #a8e8ff;; */ + /* --background: #ffdddd;; + --card: #ffcccc;; + --foreground: #330000;; + --primary-cta: #ff6666;; + --secondary-cta: #ff9999;; + --accent: #ff0000;; + --background-accent: #ffdddd;; */ --background: #f5f5f5;; --card: #ffffff;; --foreground: #1c1c1c;;