From 7e559074e6d01978242bf4ba64521094b8dcb176 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 09:40:13 +0000 Subject: [PATCH 1/2] 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 1fa3770..972a3dd 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #fafffb; + --background: #f5f5f5; --card: #ffffff; - --foreground: #001a0a; - --primary-cta: #0a705f; - --primary-cta-text: #fafffb; + --foreground: #1c1c1c; + --primary-cta: #1c1c1c; + --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; - --secondary-cta-text: #001a0a; - --accent: #a8d9be; - --background-accent: #6bbfb8; + --secondary-cta-text: #1c1c1c; + --accent: #15479c; + --background-accent: #a8cce8; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1 From 26afb71898e7c61cb37eefe36dcfb5eeec740fc8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 09:40:16 +0000 Subject: [PATCH 2/2] Update theme colors --- src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 972a3dd..be480e6 100644 --- a/src/index.css +++ b/src/index.css @@ -12,8 +12,8 @@ --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --accent: #6139e6; + --background-accent: #b3a8e8; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1