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