From 95af527ef4a427a3aae04d3e69c5ddeb6da6c314 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 17:41:50 +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 0ef63b1..4d1a65a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #606060; + --background: #979595; --card: #f9f9f9; --foreground: #05000f; --primary-cta: #0a7039;