diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6931ada..8bb4ae2 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: #2d2d2d; + --background: #0a0a0a; + --card: #1a1a1a; --foreground: #ffffff; - --primary-cta: #c41f3e; + --primary-cta: #e34400; --primary-cta-text: #ffffff; - --secondary-cta: #808080; + --secondary-cta: #010101; --secondary-cta-text: #ffffff; - --accent: #cf082c; - --background-accent: #404040; + --accent: #737373; + --background-accent: #e34400; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);