From cdf482f85a3ab883bf46ec2ffd3edd7b39358a33 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 21:00:05 +0200 Subject: [PATCH] Bob AI: make it light theme --- src/app/globals.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index bec3a35..a4dd67f 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #1a1a2e;; - --card: #28283e;; - --foreground: #ffffff;; + --background: #f0f4f8;; + --card: #ffffff;; + --foreground: #1a1a2e;; --primary-cta: #3eb489;; --secondary-cta: #66b2b2;; --accent: #3eb489;; - --background-accent: #22223a;; + --background-accent: #e6f3ea;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);