From e8ed1d43d5ad1e7c79b0f52e78c40b634ede1355 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 15:57:20 +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 f28e4b2..97b2621 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #1a1a1a; + --background: #000000; + --card: #481f1f; --foreground: #ffffff; - --primary-cta: #e34400; - --primary-cta-text: #ffffff; - --secondary-cta: #010101; - --secondary-cta-text: #ffffff; - --accent: #737373; - --background-accent: #e34400; + --primary-cta: #ffffff; + --primary-cta-text: #280101; + --secondary-cta: #361311; + --secondary-cta-text: #f6d4d4; + --accent: #51000b; + --background-accent: #ff2231; /* @layout/border-radius/rounded */ --radius: 1.5rem; -- 2.49.1