From 3a0362b1cc300092ebf0f52e3bf418099bfad404 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 00:34:05 +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 48a53e0..5f07460 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #06003c; + --background: #f1f1f1; --card: #f9f9f9; --foreground: #040020; --primary-cta: #ff8c42;