From 2be5fa52181b278f1f8a6bf2c2c5c297f47ad7b6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:01:53 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 660ac64..a28e15c 100644 --- a/src/index.css +++ b/src/index.css @@ -5,10 +5,10 @@ :root { /* @colorThemes/lightTheme/grayBlueAccent */ - --background: #ffffff; + --background: #8b3636; --card: #f9f9f9; --foreground: #000f06e6; - --primary-cta: #0a7039; + --primary-cta: #3a7a58; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000f06e6; -- 2.49.1