From c5ee6341ffbdce152050466d703a5904d364273a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 30 Jan 2026 22:04:29 +0000 Subject: [PATCH] Bob AI: Editing section ([data-webild-id="webild-176981065... --- 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 6917647..ac9804b 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,14 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f3251;; + --background: #1a1a1a;; + --card: #2a2a2a;; + --foreground: #ffffff;; + --primary-cta: #00bfa5;; --secondary-cta: #ffffff;; - --accent: #15479c;; - --background-accent: #a8cce8;; - + --accent: #00bfa5;; + --background-accent: #00bfa511;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);