diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 58e3c01..9eaf01d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,12 +11,12 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f3ede2; + --card: #ffffff; --foreground: #2e2521; --primary-cta: #6c5ce7; --secondary-cta: #ffffff; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #6c5ce7; + --background-accent: #6c5ce7; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);