diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 61d6425..7615143 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; + --background: #151515; --card: #ffffff; --foreground: #330cf8; --primary-cta: #f20707; @@ -18,7 +18,7 @@ --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; --accent: #159c49; - --background-accent: #a8e8ba; + --background-accent: #f4ff00; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);