diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4c8f72e..8ee420e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0B0B0B; + --background: #000000; --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #F59E0B; - --primary-cta-text: #0B0B0B; + --foreground: #ffffff; + --primary-cta: #FF7B05; + --primary-cta-text: #000000; --secondary-cta: #333333; - --secondary-cta-text: #f5f5f5; - --accent: #F59E0B; + --secondary-cta-text: #ffffff; + --accent: #FF7B05; --background-accent: #222222; /* text sizing - set by ThemeProvider */