diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4b3533e..7208d58 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,7 +4,7 @@ /* --background: #fcf6ec;; --card: #3b2f4a;; - --foreground: #ffffff;; + --foreground: #ff0000;; --primary-cta: #a855f7;; --secondary-cta: #3b2f4a;; --accent: #8b5cf6;; @@ -12,7 +12,7 @@ --background: #1e1b26;; --card: #3b2f4a;; - --foreground: #ffffff;; + --foreground: #ff0000;; --primary-cta: #a855f7;; --secondary-cta: #3b2f4a;; --accent: #8b5cf6;;