From 56ff9b3daeca0643f4470e77e2204b122ed3605b Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 19:49:16 +0000 Subject: [PATCH] Bob AI: change color theme to purple --- 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 c7298b8..991ba40 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,19 +4,19 @@ /* --background: #f7f6f7;; --card: #ffffff;; - --foreground: #0c1325;; - --primary-cta: #0b07ff;; + --foreground: #2c003e;; + --primary-cta: #6a0dad;; --secondary-cta: #ffffff;; - --accent: #93b7ff;; - --background-accent: #a8bae8;; */ + --accent: #9a4eae;; + --background-accent: #b57edc;; */ - --background: #f7f6f7;; + --background: #f3e5f5;; --card: #ffffff;; - --foreground: #0c1325;; - --primary-cta: #0b07ff;; + --foreground: #2c003e;; + --primary-cta: #6a0dad;; --secondary-cta: #ffffff;; - --accent: #93b7ff;; - --background-accent: #a8bae8;; + --accent: #9a4eae;; + --background-accent: #b57edc;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);