From 51f012d0a115bd635da395147a08528c8cbd4464 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 30 Jan 2026 14:48:08 +0000 Subject: [PATCH] Bob AI: make theme light blue with dark blue accents --- src/app/globals.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 6cf7730..d4d99b7 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,14 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fafffb;; - --card: #f7fffa;; - --foreground: #001a0a;; - --primary-cta: #0a7039;; + --background: #e6f7ff;; + --card: #ffffff;; + --foreground: #001a33;; + --primary-cta: #004d98;; --secondary-cta: #ffffff;; - --accent: #a8d9be;; - --background-accent: #6bbf8e;; - + --accent: #0098e6;; + --background-accent: #0066a3;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);