From 74de63f814e8db47da4e4c6baf60bcc168bcae0b Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 16:27:07 +0200 Subject: [PATCH] Bob AI: you didn't do what i asked for --- src/app/styles/variables.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e01a6fb..a0de2a6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #f5f4ef; - --card: #f2f2f2; - --foreground: #333333; - --primary-cta: #e54e53; - --secondary-cta: #666666; - --accent: #9b59b6; - --background-accent: #ecf0f1; */ + --card: #ffffff; + --foreground: #000000; + --primary-cta: #ff0000; + --secondary-cta: #999999; + --accent: #ff69b4; + --background-accent: #f0f8ff; */ --background: #ffffff; - --card: #f2f2f2; - --foreground: #333333; - --primary-cta: #e54e53; - --secondary-cta: #666666; - --accent: #9b59b6; - --background-accent: #ecf0f1; + --card: #ffffff; + --foreground: #000000; + --primary-cta: #ff0000; + --secondary-cta: #999999; + --accent: #ff69b4; + --background-accent: #f0f8ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);