From 9a5b086e4d7eeecba7b2ab2d2515b57c9ac5516e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 10:04:08 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/index.css b/src/index.css index afbaec0..00bc652 100644 --- a/src/index.css +++ b/src/index.css @@ -7,13 +7,13 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #e6e6e6; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffffe6; - --accent: #737373; - --background-accent: #737373; + --secondary-cta-text: #ffffff; + --accent: #b8860b; + --background-accent: #8b6914; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1