diff --git a/src/app/globals.css b/src/app/globals.css index a91cdc0..b4e9775 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #000000;; - --card: #1a1a1a;; - --foreground: #ffffffe6;; - --primary-cta: #a855f7;; - --secondary-cta: #1a1a1a;; - --accent: #737373;; - --background-accent: #737373;; + --background: #0a0a1a;; + --card: #1a1a2e;; + --foreground: #e6e6ffe6;; + --primary-cta: #3891f6;; + --secondary-cta: #0e1a29;; + --accent: #3f5c79;; + --background-accent: #016ad3;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);