diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1e997ec..43fda02 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0B0B0B; - --card: #121212; - --foreground: #F2F2F2; - --primary-cta: #F2F2F2; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #ffffff; --primary-cta-text: #0B0B0B; - --secondary-cta: #0B0B0B; + --secondary-cta: #1a1a1a; --secondary-cta-text: #F2F2F2; - --accent: #0B0B0B; - --background-accent: #0B0B0B; + --accent: #ffffff; + --background-accent: #ffffff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);