diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c0daa7d..352fa43 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,9 +10,9 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #000000; --card: #f9f9f9; - --foreground: #000612e6; + --foreground: #ffffff; --primary-cta: #dc8e09; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9;