From 5afa90425df365f054484a29f9dd44eb9e77341a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 07:22:18 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index 4ddf716..0b1ce27 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/warmBeige */ - --background: #f5faff; + --background: #f7f6f7; --card: #ffffff; - --foreground: #001122; - --primary-cta: #15479c; - --primary-cta-text: #f5faff; + --foreground: #0c1325; + --primary-cta: #0798ff; + --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; - --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --secondary-cta-text: #0c1325; + --accent: #93c7ff; + --background-accent: #a8cde8; /* @layout/border-radius/soft */ --radius: 1.5rem; -- 2.49.1