From 0d1d49a8173aac659b7e03a6c1ab4b735d7b40fa Mon Sep 17 00:00:00 2001 From: jx163 Date: Tue, 5 Aug 2025 21:21:12 +1200 Subject: [PATCH] Comment out the backdrop-filter in div.edit-mode-bottom-banner --- src/styles/color-themes.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/color-themes.scss b/src/styles/color-themes.scss index ac8676f4..1b1de353 100644 --- a/src/styles/color-themes.scss +++ b/src/styles/color-themes.scss @@ -1889,7 +1889,7 @@ html[data-theme='neomorphic'] { div.edit-mode-bottom-banner, .add-new-section { background: rgba(255, 255, 255, 0.15); - backdrop-filter: blur(50px); + //backdrop-filter: blur(50px); } .critical-error-wrap { @@ -1910,7 +1910,7 @@ html[data-theme='glass'] { } html[data-theme='glass-2'] { - body { + body { background: url('https://i.ibb.co/FnLH6bj/dashy-glass.jpg') center center no-repeat; background-size: cover; background-color: #090317;