From ab7457cf90c476337f932f8fa2087971396d5f34 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 14 Feb 2025 19:07:02 +0200 Subject: [PATCH] fix(next): transparency issue when background effects are off --- src/public/stylesheets/theme-next/shell.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 79d11c12d..d173476ac 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1808,7 +1808,7 @@ div.bookmark-folder-widget .note-link .bx { color: var(--hover-item-text-color); } -body.zen { +body.background-effects.zen #root-widget { --main-background-color: transparent; --root-background: transparent; -} \ No newline at end of file +}