diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7117da0..b2e7de9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,9 +10,9 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #000000; --card: #ffffff; - --foreground: #0c1325; + --foreground: #000000; --primary-cta: #0798ff; --primary-cta-text: #000000; --secondary-cta: #ffffff;