From 990edb170bf1ac6451657e7052b3c42940767f0c Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 16:41:17 +0200 Subject: [PATCH] Bob AI: i dont like the styling of the whole website i wan... --- 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 a0de2a6..e6a3688 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: #ffffff; - --foreground: #000000; - --primary-cta: #ff0000; - --secondary-cta: #999999; - --accent: #ff69b4; - --background-accent: #f0f8ff; */ + --card: #f9f9f9; + --foreground: #333333; + --primary-cta: #ff9999; + --secondary-cta: #cccccc; + --accent: #ffcccc; + --background-accent: #f8f8f8; */ --background: #ffffff; - --card: #ffffff; - --foreground: #000000; - --primary-cta: #ff0000; - --secondary-cta: #999999; - --accent: #ff69b4; - --background-accent: #f0f8ff; + --card: #f9f9f9; + --foreground: #333333; + --primary-cta: #ff9999; + --secondary-cta: #cccccc; + --accent: #ffcccc; + --background-accent: #f8f8f8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);