From 4cf0c3af917f9f2865a14bca52579e98163aa428 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 02:30:57 +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 14c733b..e600121 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ff0000; + --background: #caaeae; --card: #5fc496; --foreground: #000f06e6; --primary-cta: #0a7039;