From 1c48a9fed291ab7c6e7916637c29b30c3f0ce89c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 19:56:47 +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 037c5dd..ccf3005 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; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #737373; - --background-accent: #e34400; + --accent: #b8860b; + --background-accent: #8b6914; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1