From 8b9bb288aee5287de74a3361ea38f7ca11d205d2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:57:49 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 19377b8..8d911f5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,9 +10,9 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f55252; - --card: #000000; - --foreground: #dcd9d9; + --background: #efecec; + --card: #f23636; + --foreground: #000000; --primary-cta: #e63946; --primary-cta-text: #f5faff; --secondary-cta: #000000; -- 2.49.1