From 65a8d6d3d7af106c111ca4cf8a382b2292f9584a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 16:48:16 +0200 Subject: [PATCH] Bob AI: change theme to pink --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e29d6c2..7b10d34 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,13 +10,13 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #2e3440; - --card: #4c566a; - --foreground: #d8dee9; - --primary-cta: #d8dee9; - --secondary-cta: #4c566a; - --accent: #88c0d0; - --background-accent: #88c0d0; + --background: #f5c2c2; + --card: #f08080; + --foreground: #ff1493; + --primary-cta: #ff1493; + --secondary-cta: #f08080; + --accent: #ffc0cb; + --background-accent: #ffc0cb; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);