From 5debe073bd2d0ca7480f91b465ffdcb1c3e72dd6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 21:45:12 +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 037bdd2..4a2558f 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f5f5f5; + --background: #f7f6f7; --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; - --primary-cta-text: #f5f5f5; + --foreground: #250c0d; + --primary-cta: #b82b40; + --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --secondary-cta-text: #250c0d; + --accent: #b90941; + --background-accent: #e8a8b6; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1