From a7433a8c932fcc21f8297c2ce47878b5eea83818 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 16:42:18 +0200 Subject: [PATCH] Bob AI: completely rework the theme, i dont like it --- src/app/styles/variables.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e6a3688..6a9d8df 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: #f9f9f9; - --foreground: #333333; - --primary-cta: #ff9999; - --secondary-cta: #cccccc; - --accent: #ffcccc; - --background-accent: #f8f8f8; */ + --card: #2c3e50; + --foreground: #ecf0f1; + --primary-cta: #3498db; + --secondary-cta: #2ecc71; + --accent: #e74c3c; + --background-accent: #34495e; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #333333; - --primary-cta: #ff9999; - --secondary-cta: #cccccc; - --accent: #ffcccc; - --background-accent: #f8f8f8; + --background: #1abc9c; + --card: #2c3e50; + --foreground: #ecf0f1; + --primary-cta: #3498db; + --secondary-cta: #2ecc71; + --accent: #e74c3c; + --background-accent: #34495e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);