diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 676c0e8..cd190be 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,9 +10,9 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #0c1325; + --background: #f0f8ff; + --card: #e6f2ff; + --foreground: #0c1a2e; --primary-cta: #0798ff; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff;