diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9bd6479..004ec7f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #121212; - --card: #1e1e1e; - --foreground: #ffffff; + --background: #1a1a1a; + --card: #262626; + --foreground: #f5f5f5; --primary-cta: #f2c200; --primary-cta-text: #0b0f14; --secondary-cta: #333333; --secondary-cta-text: #ffffff; --accent: #f2c200; - --background-accent: #252525; + --background-accent: #333333; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);