diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 539ce00..40380fc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,11 +10,11 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; + --background: #ff1e1e; --card: #ffffff; --foreground: #1c1c1c; --primary-cta: #1c1c1c; - --primary-cta-text: #f5f5f5; + --primary-cta-text: #ff8686; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; --accent: #15479c;