From be787b610dcacbc232af955b888903a3239d7ce1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 20:38:30 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 2deede4..9b6b794 100644 --- a/src/index.css +++ b/src/index.css @@ -8,12 +8,12 @@ --background: #0a0a0a; --card: #1a1a1a; --foreground: #ffffff; - --primary-cta: #e34400; + --primary-cta: #1f7cff; --primary-cta-text: #ffffff; --secondary-cta: #010101; --secondary-cta-text: #ffffff; - --accent: #737373; - --background-accent: #e34400; + --accent: #1f7cff; + --background-accent: #f96b2f; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1