diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4369b05..3657354 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,7 +4,7 @@ /* --background: #ffffff;; --card: rgba(255, 255, 255, 0.1);; - --foreground: #e0e0e0;; + --foreground: #ffffff;; --primary-cta: #ff6f61;; --secondary-cta: #6b5b95;; --accent: #ffcc5c;; @@ -12,7 +12,7 @@ --background: #121212;; --card: rgba(255, 255, 255, 0.1);; - --foreground: #e0e0e0;; + --foreground: #ffffff;; --primary-cta: #ff6f61;; --secondary-cta: #6b5b95;; --accent: #ffcc5c;;