diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index f9ab6e8..3d8b628 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,11 +10,11 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #000000; --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; - --primary-cta-text: #ffffff; + --foreground: #ffffff; + --primary-cta: #000000; + --primary-cta-text: #000000; --secondary-cta: #f9f9f9; --secondary-cta-text: #000f06e6; --accent: #e2e2e2;