From 220829655e77a86c2cad33bcee74e25a44b93c69 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 22 Jan 2026 18:47:11 +0200 Subject: [PATCH] =?UTF-8?q?Theme:=20=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=B9?= =?UTF-8?q?=20=D1=81=D0=B2=D0=B5=D1=82=D0=BB=D1=83=D1=8E=20=D0=BC=D0=B8?= =?UTF-8?q?=D0=BD=D0=B8=D0=BC=D0=B0=D0=BB=D0=B8=D1=81=D1=82=D0=B8=D1=87?= =?UTF-8?q?=D0=BD=D1=83=D1=8E=20=D1=82=D0=B5=D0=BC=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/globals.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index f52c646..ea3c395 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #001f3f; - --card: #003366; - --foreground: #ffffff; - --primary-cta: #ffd700; - --secondary-cta: #b0c4de; - --accent: #00bfff; - --background-accent: #00008b; */ + /* --background: #f5f5f5; + --card: #ffffff; + --foreground: #333333; + --primary-cta: #007bff; + --secondary-cta: #cccccc; + --accent: #ff6347; + --background-accent: #f0f0f0; */ - --background: #001f3f; - --card: #003366; - --foreground: #ffffff; - --primary-cta: #ffd700; - --secondary-cta: #b0c4de; - --accent: #00bfff; - --background-accent: #00008b; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #333333; + --primary-cta: #007bff; + --secondary-cta: #cccccc; + --accent: #ff6347; + --background-accent: #f0f0f0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);