From 7b65bf818c4e8dea498eca60b3f448e5ac243aa8 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 11 Feb 2026 16:01:25 +0000 Subject: [PATCH] Bob AI: Alright nvm, redo the whole thing. Make it the exa... --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;;