From 8647e3ef1ab6289800225710ef4c8770259ad8a1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 01:31:56 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index 109e54d..8e899d2 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #030128; - --card: #241f48; + --background: #000000; + --card: #1f4035; --foreground: #ffffff; --primary-cta: #ffffff; - --primary-cta-text: #030128; - --secondary-cta: #131136; - --secondary-cta-text: #d5d4f6; - --accent: #44358a; - --background-accent: #b597fe; + --primary-cta-text: #051a12; + --secondary-cta: #0d2b1f; + --secondary-cta-text: #d4f6e8; + --accent: #0d5238; + --background-accent: #10b981; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1