From 394557759263b5fa2a3f4c288ff756554166c3c5 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Sat, 8 Mar 2025 12:38:19 -0800 Subject: [PATCH] remove ad background (#185) --- src/client/index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/client/index.html b/src/client/index.html index 20f813a6e..bd12af7ac 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -81,8 +81,6 @@ flex-direction: column; justify-content: center; pointer-events: auto; - background: rgba(0, 0, 0, 0.2); - backdrop-filter: blur(2px); } .left-gutter-ad google-ad { @@ -103,8 +101,6 @@ flex-direction: column; justify-content: center; pointer-events: auto; - background: rgba(0, 0, 0, 0.2); - backdrop-filter: blur(2px); } .right-gutter-ad google-ad {