From 4f2c8449ded701c639f94eefe651b6894d3c63e7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 10:02:46 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index 7120bae..47a6901 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #e3deea; + --background: #f5f5f5; --card: #ffffff; - --foreground: #27231f; - --primary-cta: #27231f; - --primary-cta-text: #e3deea; + --foreground: #1c1c1c; + --primary-cta: #1c1c1c; + --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; - --secondary-cta-text: #27231f; - --accent: #c68a62; - --background-accent: #c68a62; + --secondary-cta-text: #1c1c1c; + --accent: #e63946; + --background-accent: #e8bea8; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1