From c957ea4c9b68feabfb8b023d0098f1cf80b7f3b1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:19:41 +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 bfd8e52..c4130fc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f0e8; + --background: #090065; --card: #ffffff; --foreground: #2c2c2a; --primary-cta: #c8860a; -- 2.49.1