diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5fa2dad..3581973 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #a0a0a0; + --background: #ffffff; --card: #f9f9f9; --foreground: #1a1a1a; - --primary-cta: #ff8c42; + --primary-cta: #ffd142; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000612e6; - --accent: #ffb380; - --background-accent: #ff8c42; + --accent: #ffd280; + --background-accent: #ffd210; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);