From 26e0a9936abeaf070c07b3cfa60932b0fbaa07c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 17:12:49 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index 557f94b..c13acec 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f8f6f2; + --background: #f5f5f5; --card: #ffffff; - --foreground: #0B0F14; - --primary-cta: #D6A756; - --primary-cta-text: #0B0F14; - --secondary-cta: #232B35; - --secondary-cta-text: #ffffff; - --accent: #2E8B57; - --background-accent: #D6A756; + --foreground: #1c1c1c; + --primary-cta: #1c1c1c; + --primary-cta-text: #f5f5f5; + --secondary-cta: #ffffff; + --secondary-cta-text: #1c1c1c; + --accent: #15479c; + --background-accent: #a8cce8; /* @layout/border-radius/rounded */ --radius: 1.5rem;