From dfed9a00f6063c757accf03af81dc586287c7328 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 18:05:43 +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 72ea58f..9f8de6e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #080200; + --background: #f4e3c3; --card: #0e2a0c; --foreground: #ffe6d5; --primary-cta: #ffaa70; -- 2.49.1