From b84e57b053eec69b7061baea7d70d429064a98e4 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 15:49:11 +0200 Subject: [PATCH] Bob AI: Change the font to something more modern and clean --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9dc80bd..b7c6e7c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,17 +4,17 @@ /* --background: #f5f5f5;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; - --secondary-cta: #ffffff;; + --foreground: #222222;; + --primary-cta: #333333;; + --secondary-cta: #f0f0f0;; --accent: #15479c;; --background-accent: #a8cce8;; */ --background: #f5f5f5;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; - --secondary-cta: #ffffff;; + --foreground: #222222;; + --primary-cta: #333333;; + --secondary-cta: #f0f0f0;; --accent: #15479c;; --background-accent: #a8cce8;;