From d3bcdc9196e15ac01c1a0f08cf4f17fae3091c77 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 13:38:30 +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 10d2f3a..22b835d 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #efebe5; - --card: #f7f2ea; - --foreground: #000000; - --primary-cta: #000000; - --primary-cta-text: #efebe5; + --background: #f7f6f7; + --card: #ffffff; + --foreground: #25190c; + --primary-cta: #ff6207; + --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; - --secondary-cta-text: #000000; - --accent: #ffffff; - --background-accent: #e1b875; + --secondary-cta-text: #25190c; + --accent: #ffce93; + --background-accent: #e8cfa8; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1