From 15bd9c11229958eb2ae5112486ae3cd61a44f631 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:16:36 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 91f0c8f..b04f03d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0d1b2a; - --card: #112233; + --background: #e0cb9d; + --card: #50677e; --foreground: #f5f0e8; --primary-cta: #c9a84c; --primary-cta-text: #0d1b2a; -- 2.49.1