From 3fb83987e1912f76d2744645f8b94ba2a8797d75 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 20:19:16 +0000 Subject: [PATCH] Bob AI: Change the color red to blue --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 68e4f33..4837f46 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,18 +5,18 @@ /* --background: #fffafa;; --card: #fff7f7;; --foreground: "Inter", sans-serif;; - --primary-cta: #e63946;; + --primary-cta: #007bff;; --secondary-cta: "Inter", sans-serif;; - --accent: #f5c4c7;; - --background-accent: #f09199;; */ + --accent: #add8e6;; + --background-accent: #6495ed;; */ --background: #fffafa;; --card: #fff7f7;; --foreground: "Inter", sans-serif;; - --primary-cta: #e63946;; + --primary-cta: #007bff;; --secondary-cta: "Inter", sans-serif;; - --accent: #f5c4c7;; - --background-accent: #f09199;; + --accent: #add8e6;; + --background-accent: #6495ed;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);