fix(next): transparency issue when background effects are off

This commit is contained in:
Elian Doran
2025-02-14 19:07:02 +02:00
parent 9221932abb
commit ab7457cf90

View File

@@ -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;
}
}