From 4b9ec33c49da173d60fa4def181bd33f415227a5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 22:58:12 +0000 Subject: [PATCH] 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 49378a9..a459915 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #dee9f0; --card: #e6c6cf; - --foreground: #351213; + --foreground: #f6f5f3; --primary-cta: #bb164c; --primary-cta-text: #f7f0f3; --secondary-cta: #f9d9e8; -- 2.49.1