From 14c070339cb1a3b704e420c1d3709327878c0297 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 15:40:08 +0000 Subject: [PATCH 1/2] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 57cbb86..67b4e29 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #F6F0E9; --card: #8B0000; - --foreground: #1A1C5A; + --foreground: #8B0000; --primary-cta: #8B0000; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; From 6b33961a5aaeba4e30875a48768d9946f5c93817 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 15:40:15 +0000 Subject: [PATCH 2/2] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 67b4e29..3d32bc8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F6F0E9; + --background: #8B0000; --card: #8B0000; --foreground: #8B0000; --primary-cta: #8B0000;