From 1f0a514d3e55a10a13c20461e7bd227d3897b28a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 16:37:53 +0000 Subject: [PATCH] Bob AI: change t purple and white --- 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 cc1cf9a..48f7d5b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,19 +4,19 @@ /* --background: #f5f5f5;; --card: #ffffff;; - --foreground: #0000ff;; - --primary-cta: #0000ff;; + --foreground: #ffffff;; + --primary-cta: #800080;; --secondary-cta: #ffffff;; - --accent: #00bfff;; - --background-accent: #add8e6;; */ + --accent: #dda0dd;; + --background-accent: #e6e6fa;; */ - --background: #b0e0e6;; + --background: #e6e6fa;; --card: #ffffff;; - --foreground: #0000ff;; - --primary-cta: #0000ff;; + --foreground: #ffffff;; + --primary-cta: #800080;; --secondary-cta: #ffffff;; - --accent: #00bfff;; - --background-accent: #add8e6;; + --accent: #dda0dd;; + --background-accent: #e6e6fa;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);