From 4cb1e4f1980a9b92b9048a6d2908b9d64bfe197f Mon Sep 17 00:00:00 2001 From: Surillya Date: Fri, 20 Jun 2025 02:16:56 +0200 Subject: [PATCH] Fixed transparency --- explorer.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/explorer.html b/explorer.html index 7e4d3ff..186d892 100644 --- a/explorer.html +++ b/explorer.html @@ -12,8 +12,7 @@ } .panel { - backdrop-filter: blur(10px); - background: rgba(30, 30, 30, 0.6); + background: transparent; }