From 3f838285862cf1099d7e5c893f13b56a869d20a8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 17:26:45 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/index.css b/src/index.css index ee36419..a0220f8 100644 --- a/src/index.css +++ b/src/index.css @@ -7,13 +7,13 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #e34400; - --primary-cta-text: #ffffff; - --secondary-cta: #010101; - --secondary-cta-text: #ffffff; + --foreground: #fff5f5e6; + --primary-cta: #ff7a7a; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #fff5f5e6; --accent: #737373; - --background-accent: #e34400; + --background-accent: #737373; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1