From f4447cad36445763e9b25d902264312d4f2c285a Mon Sep 17 00:00:00 2001 From: nuttylmao Date: Sat, 29 Mar 2025 06:49:56 +1100 Subject: [PATCH] Changed Fourthwall alert background color --- multichat-overlay/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multichat-overlay/style.css b/multichat-overlay/style.css index 10a179a..0a711d6 100644 --- a/multichat-overlay/style.css +++ b/multichat-overlay/style.css @@ -232,8 +232,8 @@ li { } .fourthwall { - background: linear-gradient(#405eb3, #0d3cb9) !important; - /* background: linear-gradient(#241b75, #080442) !important; */ + /* background: linear-gradient(#405eb3, #0d3cb9) !important; */ + background: #adadad46 !important; } /****************/