From 5218af5ef35360c06f8edacf865b8ccf36bcfdfa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 05:57:53 +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 9dd4294..a3ebc01 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --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; + --background: #f7f6f7; + --card: #ffffff; + --foreground: #250c0d; + --primary-cta: #b82b40; + --primary-cta-text: #f7f6f7; + --secondary-cta: #ffffff; + --secondary-cta-text: #250c0d; + --accent: #b90941; + --background-accent: #e8a8b6; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1