diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ebbe53d..c9204b5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,8 +11,8 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #fff939; - --foreground: #000612e6; + --card: #0d7424; + --foreground: #e2e15e; --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9;