From 10032beba7e1b52433d71e164962fd2c6e1c1a4f Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 15:25:02 +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 90ee71e..b774f78 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,7 +4,7 @@ /* --background: #f5f5f5;; --card: #ffffff;; - --foreground: #1c1c1c;; + --foreground: #2c3e50;; --primary-cta: #341f51;; --secondary-cta: #ffffff;; --accent: #6139e6;; @@ -12,7 +12,7 @@ --background: #f5f5f5;; --card: #ffffff;; - --foreground: #1c1c1c;; + --foreground: #2c3e50;; --primary-cta: #341f51;; --secondary-cta: #ffffff;; --accent: #6139e6;; -- 2.49.1