From 03c3238331db800a898ffddd85c8c7681ee519a9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 29 Nov 2022 07:00:46 +0200 Subject: [PATCH] fix /chat on transparent theme --- files/assets/css/transparent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/transparent.css b/files/assets/css/transparent.css index 594f5adca..13cc8aa96 100644 --- a/files/assets/css/transparent.css +++ b/files/assets/css/transparent.css @@ -9,7 +9,7 @@ --background: transparent; } -.container { +.container, #root > div.App { background: rgba(28, 34, 41, 0.90) !important; }