From 2e98cae445e3d92bc0d56a7c04f9a18ff466ba78 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 27 Apr 2026 10:41:42 +0300 Subject: [PATCH] Bob AI: Change the default color of all buttons across the site to b --- src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 082bca9..9c70ddf 100644 --- a/src/index.css +++ b/src/index.css @@ -8,12 +8,12 @@ --background: #ffffff; --card: #f9f9f9; --foreground: #000612e6; - --primary-cta: #0A2540; + --primary-cta: #2563eb; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000612e6; --accent: #e2e2e2; - --background-accent: #0A2540; + --background-accent: #2563eb; /* @layout/border-radius/rounded */ --radius: 0.5rem;