diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e01a6fb..a0de2a6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #f5f4ef; - --card: #f2f2f2; - --foreground: #333333; - --primary-cta: #e54e53; - --secondary-cta: #666666; - --accent: #9b59b6; - --background-accent: #ecf0f1; */ + --card: #ffffff; + --foreground: #000000; + --primary-cta: #ff0000; + --secondary-cta: #999999; + --accent: #ff69b4; + --background-accent: #f0f8ff; */ --background: #ffffff; - --card: #f2f2f2; - --foreground: #333333; - --primary-cta: #e54e53; - --secondary-cta: #666666; - --accent: #9b59b6; - --background-accent: #ecf0f1; + --card: #ffffff; + --foreground: #000000; + --primary-cta: #ff0000; + --secondary-cta: #999999; + --accent: #ff69b4; + --background-accent: #f0f8ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);