diff --git a/src/app/globals.css b/src/app/globals.css index f55778f..492b2ed 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* 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: #162b17;; + --card: #234126;; + --foreground: #f2f2f2;; + --primary-cta: #4CAF50;; + --secondary-cta: #2e7d32;; + --accent: #76ff03;; + --background-accent: #1e3c1f;; */ - --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #250c0d;; - --primary-cta: #b82b40;; - --secondary-cta: #ffffff;; - --accent: #b90941;; - --background-accent: #e8a8b6;; + --background: #162b17;; + --card: #234126;; + --foreground: #f2f2f2;; + --primary-cta: #4CAF50;; + --secondary-cta: #2e7d32;; + --accent: #76ff03;; + --background-accent: #1e3c1f;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);