From ebb5379cfca884ed17b3f5ce8cf078b2082faad4 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 27 Jan 2026 19:22:22 +0000 Subject: [PATCH] Theme: make theme yellow and purple --- 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 4c21967..c4e548f 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #e3deea;; + /* --background: #f8f0fc;; --card: #ffffff;; --foreground: #27231f;; - --primary-cta: #27231f;; - --secondary-cta: #ffffff;; - --accent: #c68a62;; - --background-accent: #c68a62;; */ + --primary-cta: #8a2be2;; + --secondary-cta: #ffdab9;; + --accent: #ffd700;; + --background-accent: #dda0dd;; */ - --background: #e3deea;; + --background: #f8f0fc;; --card: #ffffff;; --foreground: #27231f;; - --primary-cta: #27231f;; - --secondary-cta: #ffffff;; - --accent: #c68a62;; - --background-accent: #c68a62;; + --primary-cta: #8a2be2;; + --secondary-cta: #ffdab9;; + --accent: #ffd700;; + --background-accent: #dda0dd;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);