diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 997e9fc..ea75007 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #e34400; + --background: #1a1a2e; + --card: #2c2c4d; + --foreground: #e0e0e0; + --primary-cta: #6b46c1; --primary-cta-text: #ffffff; - --secondary-cta: #010101; + --secondary-cta: #4a338d; --secondary-cta-text: #ffffff; - --accent: #ff7b05; - --background-accent: #106efb; + --accent: #f59e0b; + --background-accent: #3a3a5e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);