From 5e0ec47a0d550b2af0fac060cbb4463364e7513a Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 23:24:41 +0000 Subject: [PATCH] Update src/app/globals.css --- 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 825e129..e8827cb 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f7f6f7;; + /* --background: #e8f4f8;; --card: #ffffff;; - --foreground: #1b0c25;; - --primary-cta: #1b0c25;; + --foreground: #0a3d52;; + --primary-cta: #0077b6;; --secondary-cta: #ffffff;; - --accent: #ff93e4;; - --background-accent: #e8a8c3;; */ + --accent: #00b4d8;; + --background-accent: #90e0ef;; */ - --background: #f7f6f7;; + --background: #e8f4f8;; --card: #ffffff;; - --foreground: #1b0c25;; - --primary-cta: #1b0c25;; + --foreground: #0a3d52;; + --primary-cta: #0077b6;; --secondary-cta: #ffffff;; - --accent: #ff93e4;; - --background-accent: #e8a8c3;; + --accent: #00b4d8;; + --background-accent: #90e0ef;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);