From ef64f1d0971841b790618624c7738bc6f51c7208 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:04:48 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index a614460..a8b8850 100644 --- a/src/index.css +++ b/src/index.css @@ -5,7 +5,7 @@ :root { /* @colorThemes/lightTheme/grayBlueAccent */ - --background: #8b3636; + --background: #c55757; --card: #f9f9f9; --foreground: #388858; --primary-cta: #3a7a58; -- 2.49.1