From 7642b8db5cf150bb620a5f1286892953a6b86b1a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 26 Mar 2026 12:21:23 +0000 Subject: [PATCH] Bob AI: Change the entire website theme to dark purple by updating g --- 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 5e62653..fef291b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #facc15; - --primary-cta-text: #1a1a1a; - --secondary-cta: #e5e7eb; - --secondary-cta-text: #1a1a1a; - --accent: #fde047; - --background-accent: #e5e7eb; + --background: #231942; + --card: #30245C; + --foreground: #E0D6FF; + --primary-cta: #9F7AEA; + --primary-cta-text: #FFFFFF; + --secondary-cta: #4A3F7A; + --secondary-cta-text: #E0D6FF; + --accent: #BE9EEE; + --background-accent: #30245C; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1