diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5735fae..958d38b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f0f9ff; - --card: #e0f2fe; - --foreground: #082f49; + --background: #000612; + --card: #0a1f33; + --foreground: #e0f2fe; --primary-cta: #0284c7; --primary-cta-text: #ffffff; - --secondary-cta: #f0f9ff; + --secondary-cta: #082f49; --secondary-cta-text: #082f49; - --accent: #bae6fd; + --accent: #38bdf8; --background-accent: #0369a1; /* text sizing - set by ThemeProvider */