From 56a67a9f13377e94606a613d4b909f3b0b4d0d7c Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 26 Jan 2026 20:40:54 +0200 Subject: [PATCH] Theme change: change theme to dark yellow --- src/app/globals.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index cf8f38a..bd5d037 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,20 +5,20 @@ /* --vw is set by ThemeProvider */ /* --background: #2a2928;; - --card: #1a2f1a;; + --card: #1a1a0f;; --foreground: #f5f5f5;; - --primary-cta: #22c55e;; - --secondary-cta: #15803d;; - --accent: #10b981;; + --primary-cta: #eab308;; + --secondary-cta: #ca8a04;; + --accent: #fbbf24;; --background-accent: #f4d03f; ; */ - --background: #0a0f0a;; - --card: #1a2f1a;; + --background: #0f0f0a;; + --card: #1a1a0f;; --foreground: #f5f5f5;; - --primary-cta: #22c55e;; - --secondary-cta: #15803d;; - --accent: #10b981;; - --background-accent: #1f2f1f;; + --primary-cta: #eab308;; + --secondary-cta: #ca8a04;; + --accent: #fbbf24;; + --background-accent: #2a2a1f;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);