From 87dc6377002906420e3dae34fee2c9df691f4d4b Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 15:14:00 +0000 Subject: [PATCH] Bob AI: Change the font to something more modern and clean --- 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 91dedaa..6de0dd9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,7 +4,7 @@ /* --background: #ffffff;; --card: #f9f9f9;; - --foreground: #120a00e6;; + --foreground: #333333;; --primary-cta: #ff8c42;; --secondary-cta: #f9f9f9;; --accent: #e2e2e2;; @@ -12,7 +12,7 @@ --background: #ffffff;; --card: #f9f9f9;; - --foreground: #120a00e6;; + --foreground: #333333;; --primary-cta: #ff8c42;; --secondary-cta: #f9f9f9;; --accent: #e2e2e2;; -- 2.49.1