style(next): apply mica to entire zen screen

This commit is contained in:
Elian Doran 2025-02-14 18:51:04 +02:00
parent e829abbad3
commit 1ad8c6b1cb
No known key found for this signature in database

View File

@ -1807,3 +1807,8 @@ div.bookmark-folder-widget .note-link .bx {
background: var(--hover-item-background-color);
color: var(--hover-item-text-color);
}
body.zen {
--main-background-color: transparent;
--root-background: transparent;
}