From 16a4998e74c4ed89dcc61d66c442a913e05e78f0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 00:28:23 +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 3f290fd..7b95ada 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #080050; --card: #f9f9f9; --foreground: #120a00e6; --primary-cta: #ff8c42;