From a0c16ac22126d00d6457bc2effe2109ce520fecc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 03:24:33 +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 922a750..03145be 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #A9AAA5; - --card: #f6f7f4; + --card: #A9AAA5; --foreground: #080908; --primary-cta: #0e3a29; --primary-cta-text: #fffefe;