From f85f5e839ef99629a35ff6799af68d4eca434fc3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 14:03:21 +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 e0bdbf2..99b5bca 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; + --background: #fff9f9; --card: #1a1a1a; --foreground: #fffaf5e6; --primary-cta: #ffaa70; -- 2.49.1