From 251a09a26b22b0b24bc9193fab3969f4e2e7d459 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 17:08:53 +0000 Subject: [PATCH] Bob AI: change color theme to purple and gold --- src/app/styles/variables.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8e4dac8..27af14e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #f5f5f5;; - --card: #e0f7fa;; - --foreground: #004d40;; - --primary-cta: #006064;; + --card: #f3e5f5;; + --foreground: #4a148c;; + --primary-cta: #7b1fa2;; --secondary-cta: #ffffff;; - --accent: #0288d1;; - --background-accent: #b2ebf2;; */ + --accent: #ffc107;; + --background-accent: #ffe0b2;; */ - --background: #bbdefb;; - --card: #e0f7fa;; - --foreground: #004d40;; - --primary-cta: #006064;; + --background: #fce4ec;; + --card: #f3e5f5;; + --foreground: #4a148c;; + --primary-cta: #7b1fa2;; --secondary-cta: #ffffff;; - --accent: #0288d1;; - --background-accent: #b2ebf2;; + --accent: #ffc107;; + --background-accent: #ffe0b2;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);