From 41bfca5bbc3c8904cda39e66141719e43fdd400d Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 16:36:32 +0000 Subject: [PATCH] Bob AI: chnage to blue --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7363732..cc1cf9a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,19 +4,19 @@ /* --background: #f5f5f5;; --card: #ffffff;; - --foreground: #ff0000;; - --primary-cta: #ff0000;; + --foreground: #0000ff;; + --primary-cta: #0000ff;; --secondary-cta: #ffffff;; - --accent: #ff4500;; - --background-accent: #ffcccc;; */ + --accent: #00bfff;; + --background-accent: #add8e6;; */ - --background: #ffe4e1;; + --background: #b0e0e6;; --card: #ffffff;; - --foreground: #ff0000;; - --primary-cta: #ff0000;; + --foreground: #0000ff;; + --primary-cta: #0000ff;; --secondary-cta: #ffffff;; - --accent: #ff4500;; - --background-accent: #ffcccc;; + --accent: #00bfff;; + --background-accent: #add8e6;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1