From 10231a8883ec22ab37f5e4bb608af8318dc81522 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 15:57:25 +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 97b2621..87dcbe8 100644 --- a/src/index.css +++ b/src/index.css @@ -6,14 +6,14 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ --background: #000000; - --card: #481f1f; + --card: #0c0c0c; --foreground: #ffffff; - --primary-cta: #ffffff; - --primary-cta-text: #280101; - --secondary-cta: #361311; - --secondary-cta-text: #f6d4d4; - --accent: #51000b; - --background-accent: #ff2231; + --primary-cta: #106EFB; + --primary-cta-text: #ffffff; + --secondary-cta: #000000; + --secondary-cta-text: #ffffff; + --accent: #535353; + --background-accent: #106EFB; /* @layout/border-radius/rounded */ --radius: 1.5rem; -- 2.49.1