From fec4d52ae0ea71a55f7c7b9211b0d6a0cd7a9c00 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 05:57:43 +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 2287cd5..9dd4294 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #1b0c25; - --primary-cta: #1b0c25; - --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; - --secondary-cta-text: #1b0c25; - --accent: #ff93e4; - --background-accent: #e8a8c3; + --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