From 5bde6a55596227193b32b5aa1a4caeb5ea3de2b9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:05:00 +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 a8b8850..ab913f0 100644 --- a/src/index.css +++ b/src/index.css @@ -6,9 +6,9 @@ :root { /* @colorThemes/lightTheme/grayBlueAccent */ --background: #c55757; - --card: #f9f9f9; + --card: #d32f2f; --foreground: #388858; - --primary-cta: #3a7a58; + --primary-cta: #a0baac; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000f06e6; -- 2.49.1