diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3e2a437..925da65 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,13 +10,13 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #2a303c; - --card: #333a4a; - --foreground: #ffffff; - --primary-cta: #ffffff; - --secondary-cta: #2a303c; - --accent: #5e81ac; - --background-accent: #5e81ac; + --background: #ffff00; + --card: #ffff88; + --foreground: #000000; + --primary-cta: #000000; + --secondary-cta: #ffff00; + --accent: #ffff00; + --background-accent: #ffff00; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);