From ede0bca2d397b391f1f86fc50a84e6482b8d6ec7 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 20:58:50 +0200 Subject: [PATCH] Bob AI: change accent color to blue --- src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index 564f746..3aebaf0 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -9,7 +9,7 @@ --foreground: #000000;; --primary-cta: #e7964e;; --secondary-cta: #c77c41;; - --accent: #f29e4c;; + --accent: #3b82f6;; --background-accent: #f5d0a9;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25);