From 2aec80b749d509247d282d957b82feec2a032be5 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 23 Feb 2026 20:29:12 +0000 Subject: [PATCH] Bob AI: change the color pallette of the site to something... --- 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 75147bf..8d5c904 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,21 +4,21 @@ /* --background: #f7f6f7;; --card: #ffffff;; - --foreground: #1b0c25;; - --primary-cta: #1b0c25;; + --foreground: #0a1f3f;; + --primary-cta: #0a1f3f;; --secondary-cta: #ffffff;; - --accent: #ff93e4;; - --background-accent: #e8a8c3;; */ + --accent: #4a90e2;; + --background-accent: #a8c5e8;; */ - --background: #f7f6f7;; + --background: #f0f4f9;; --card: #ffffff;; - --foreground: #1b0c25;; - --primary-cta: #1b0c25;; + --foreground: #0a1f3f;; + --primary-cta: #0a1f3f;; --primary-cta-text: #f7f6f7;; --secondary-cta: #ffffff;; --secondary-cta-text: #1b0c25;; - --accent: #ff93e4;; - --background-accent: #e8a8c3;; + --accent: #4a90e2;; + --background-accent: #a8c5e8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);