From c0932df87893605055fe772bfd18c7baa6418cff Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 06:04:18 +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 df7f66a..ade1361 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #737373;; --background-accent: #737373;; */ - --background: #0a0a0a;; + --background: #ff4b4b;; --card: #1a1a1a;; --foreground: #f8f5ffe6;; --primary-cta: #c89bff;; -- 2.49.1