From 6e75c2cdfd3c3fd2a0792e7a0c7ae6fb3d6f54ec Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Fri, 26 Jul 2024 19:19:50 -0400 Subject: [PATCH] remove commented code --- frontend/app/app.less | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/app/app.less b/frontend/app/app.less index b0b4f9545..eee11170a 100644 --- a/frontend/app/app.less +++ b/frontend/app/app.less @@ -7,7 +7,6 @@ body { display: flex; flex-direction: row; - // backdrop-filter: blur(8px); width: 100vw; height: 100vh; background-color: var(--main-bg-color);