diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8fdc073..732b7c0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #1a0b2e; - --foreground: #ffffff; - --primary-cta: #BA68C8; + --background: #0a0a0a; + --card: #1a0d2e; + --foreground: #f8f5ff; + --primary-cta: #8b5cf6; --primary-cta-text: #ffffff; - --secondary-cta: #6A1B9A; + --secondary-cta: #6d28d9; --secondary-cta-text: #ffffff; - --accent: #CE93D8; - --background-accent: #2a0d45; + --accent: #c084fc; + --background-accent: #2e1065; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);