From 819b305b17a4b7e1006cab776af7200f6a8142c1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:10:23 +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 b12ebd6..bf6782c 100644 --- a/src/index.css +++ b/src/index.css @@ -6,7 +6,7 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ --background: #f6f0e9; - --card: #efe7dd; + --card: #ff8c00; --foreground: #2b180a; --primary-cta: #2b180a; --primary-cta-text: #f6f0e9; -- 2.49.1