From 7d2b87e2665d213efd07e900f18507782ac2b1d4 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sat, 16 Sep 2023 18:26:27 +0200 Subject: removed Thunderstore background image in webview --- src/app/css/webview.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/css/webview.css b/src/app/css/webview.css index b6a536d..7c978ea 100644 --- a/src/app/css/webview.css +++ b/src/app/css/webview.css @@ -2,6 +2,11 @@ body { overflow-x: hidden; background: transparent !important; background-color: transparent !important; + background-image: transparent !important; +} + +.background { + display: none; } .footer, -- cgit v1.2.3