From 185ec8b229d17889d158d507bc80f5cff4b5712c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 10:11:12 +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 00bc652..afbaec0 100644 --- a/src/index.css +++ b/src/index.css @@ -7,13 +7,13 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #ffdf7d; + --foreground: #ffffffe6; + --primary-cta: #e6e6e6; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffff; - --accent: #b8860b; - --background-accent: #8b6914; + --secondary-cta-text: #ffffffe6; + --accent: #737373; + --background-accent: #737373; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1