From 8f0f6d883ae98fc81a1874ce88ce0d67c2d5168c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:51:48 +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 38d8d75..16a15fb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0d067e; + --background: #46ffe0; --card: #ffffff; --foreground: #45aaeb; --primary-cta: #0798ff; -- 2.49.1