diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c176aaf..94aced2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #0b0b0f; - --card: #141419; - --foreground: #ffffff; + --card: #1a1a1e; + --foreground: #f8f8f8; --primary-cta: #d61f2c; --primary-cta-text: #ffffff; --secondary-cta: #ffd700; --secondary-cta-text: #000000; --accent: #ffd700; - --background-accent: #1a0003; + --background-accent: #2a0505; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);