diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6d66bc8..660d6e4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #030128; - --card: #241f48; - --foreground: #ffffff; - --primary-cta: #ffffff; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #1c1c1c; + --primary-cta: #2c2c2c; --primary-cta-text: #030128; - --secondary-cta: #131136; + --secondary-cta: #ffffff; --secondary-cta-text: #d5d4f6; - --accent: #44358a; - --background-accent: #b597fe; + --accent: #8a8a8a; + --background-accent: #e8e6e1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);