From e8142a8037cf142a40f020b5790d62eca79103c9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 10:16:30 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index f53acff..b9b5162 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1f514c; - --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #159c49; - --background-accent: #a8e8ba; + --background: #f6f7f4; + --card: #fffefe; + --foreground: #080908; + --primary-cta: #0e3a29; + --primary-cta-text: #fffefe; + --secondary-cta: #ebeee0; + --secondary-cta-text: #080908; + --accent: #35c18b; + --background-accent: #c6efc6; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1