From 9b1a01b9ba6ea1cc608b639f2a004c2d7f67636c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 20:38:28 +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 cc69dac..2deede4 100644 --- a/src/index.css +++ b/src/index.css @@ -7,13 +7,13 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #dfff1c; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #e34400; + --primary-cta-text: #ffffff; + --secondary-cta: #010101; --secondary-cta-text: #ffffff; - --accent: #8b9a1b; - --background-accent: #5d6b00; + --accent: #737373; + --background-accent: #e34400; /* @layout/border-radius/rounded */ --radius: 0.5rem;