From 7531b36cbde9bd152c45d877a459437c6c82d5f0 Mon Sep 17 00:00:00 2001 From: wcole3 Date: Tue, 10 Sep 2024 21:09:17 -0400 Subject: [PATCH] Missed one color --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 5c18fb264..41c2c4385 100644 --- a/assets/style.css +++ b/assets/style.css @@ -181,7 +181,7 @@ } .dark .flux1_background { - background: #ece9e6; + background: #131c25; padding: 1em; border-radius: 8px; transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;