From 7372f63aebab0375e599877683a323b7bcf3a448 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 01:32:18 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index 5489b37..8645171 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #080000; - --card: #1e0d0d; - --foreground: #ffe6e6; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #fff5f5e6; --primary-cta: #ff7a7a; - --primary-cta-text: #080000; - --secondary-cta: #1e0909; - --secondary-cta-text: #ffe6e6; - --accent: #7b4242; - --background-accent: #65292c; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #fff5f5e6; + --accent: #737373; + --background-accent: #737373; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1