diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9dc80bd..b7c6e7c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,17 +4,17 @@ /* --background: #f5f5f5;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; - --secondary-cta: #ffffff;; + --foreground: #222222;; + --primary-cta: #333333;; + --secondary-cta: #f0f0f0;; --accent: #15479c;; --background-accent: #a8cce8;; */ --background: #f5f5f5;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; - --secondary-cta: #ffffff;; + --foreground: #222222;; + --primary-cta: #333333;; + --secondary-cta: #f0f0f0;; --accent: #15479c;; --background-accent: #a8cce8;;