diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 018e8e2..7359f78 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #0c0c0c; - --foreground: #ffffff; + --background: #ffffff; + --card: #1f4eff; + --foreground: #9c47fc; --primary-cta: #106EFB; - --primary-cta-text: #ffffff; + --primary-cta-text: #3ceaf6; --secondary-cta: #000000; --secondary-cta-text: #ffffff; - --accent: #535353; + --accent: #bb0ffe; --background-accent: #106EFB; /* text sizing - set by ThemeProvider */