From 6c639943101f0816431f164df125cedc19c9bd71 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 21:45:24 +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 cd232e2..9760ac9 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f7f6f7; + --background: #fffafa; --card: #ffffff; - --foreground: #250c0d; - --primary-cta: #b82b40; - --primary-cta-text: #f7f6f7; + --foreground: #1a0000; + --primary-cta: #e63946; + --primary-cta-text: #fffafa; --secondary-cta: #ffffff; - --secondary-cta-text: #250c0d; - --accent: #b90941; - --background-accent: #e8a8b6; + --secondary-cta-text: #1a0000; + --accent: #f5c4c7; + --background-accent: #f09199; /* @layout/border-radius/rounded */ --radius: 0.5rem;