From 482e03ee37da91c2530b650a40f5039e416d85e6 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 22:34:02 +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 bd02edc..cf0089b 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: #ffffff;; + --card: #f0f4f8;; + --foreground: #1a1a2e;; --primary-cta: #5cb85c;; --secondary-cta: #337ab7;; --accent: #2ecc71;; - --background-accent: #2c3e50;; + --background-accent: #d1ecf1;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);