diff --git a/src/app/globals.css b/src/app/globals.css index be8b9dc..9c014cd 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #000000;; - --card: #1a1a1a;; - --foreground: #ffd700;; - --primary-cta: #ffd700;; - --secondary-cta: #000000;; - --accent: #ffd700;; - --background-accent: #333333;; */ + /* --background: #ffffff;; + --card: #f5f5f5;; + --foreground: #1a1a1a;; + --primary-cta: #7c3aed;; + --secondary-cta: #ffffff;; + --accent: #a78bfa;; + --background-accent: #ede9fe;; */ - --background: #000000;; - --card: #1a1a1a;; - --foreground: #ffd700;; - --primary-cta: #ffd700;; - --secondary-cta: #000000;; - --accent: #ffd700;; - --background-accent: #333333;; + --background: #ffffff;; + --card: #f5f5f5;; + --foreground: #1a1a1a;; + --primary-cta: #7c3aed;; + --secondary-cta: #ffffff;; + --accent: #a78bfa;; + --background-accent: #ede9fe;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);