From 280f15188b64eaba88e0a17a417f08b4cf9043be Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 16:09:34 +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 832bd5e..23e0413 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: #511f1f; - --primary-cta-text: #f5f5f5; + --background: #efebe5; + --card: #f7f2ea; + --foreground: #000000; + --primary-cta: #000000; + --primary-cta-text: #efebe5; --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #8f3838; - --background-accent: #c9725c; + --secondary-cta-text: #000000; + --accent: #ffffff; + --background-accent: #e1b875; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1