From d3fec8e27c3c6ea1d20e203bb054d51559601b37 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 30 Nov 2022 11:48:22 +0200 Subject: [PATCH] transparent theme - make reports transparent --- 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 36920575d..8a643469b 100644 --- a/files/assets/css/transparent.css +++ b/files/assets/css/transparent.css @@ -16,6 +16,6 @@ background-color: #21262d !important; } -.App-side { +.App-side, .flaggers { background: transparent !important; }