From be445d15aa2eec93dd883778a4e817c9da6cd2d9 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 17 Feb 2026 15:27:18 +0200 Subject: [PATCH] Bob AI: it should be near stars --- 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 fa3e5d5..064b779 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #f7f6f7;; - --card: #f9f5f6;; - --foreground: #4a3c30;; - --primary-cta: #ff9966;; - --secondary-cta: #f9f5f6;; - --accent: #ffdab9;; - --background-accent: #ffe4c4;; */ + --card: #1e1e2f;; + --foreground: #e0e0e0;; + --primary-cta: #ffcc00;; + --secondary-cta: #33334d;; + --accent: #ff6600;; + --background-accent: #4d4d66;; */ - --background: #f5e6cc;; - --card: #f9f5f6;; - --foreground: #4a3c30;; - --primary-cta: #ff9966;; - --secondary-cta: #f9f5f6;; - --accent: #ffdab9;; - --background-accent: #ffe4c4;; + --background: #1a1a2e;; + --card: #1e1e2f;; + --foreground: #e0e0e0;; + --primary-cta: #ffcc00;; + --secondary-cta: #33334d;; + --accent: #ff6600;; + --background-accent: #4d4d66;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);