From 76718188111e4ff1a4dff3d7daea07ba58a9c265 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 06:07:04 +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 548dcbb..034806b 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #030128; - --card: #241f48; + --background: #000000; + --card: #0c0c0c; --foreground: #ffffff; - --primary-cta: #ffffff; - --primary-cta-text: #030128; - --secondary-cta: #131136; - --secondary-cta-text: #d5d4f6; - --accent: #44358a; - --background-accent: #b597fe; + --primary-cta: #106EFB; + --primary-cta-text: #ffffff; + --secondary-cta: #000000; + --secondary-cta-text: #ffffff; + --accent: #535353; + --background-accent: #106EFB; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1