style(next): apply mica to entire zen screen

pull/1196/head
Elian Doran 2025-02-14 18:51:04 +07:00
parent e829abbad3
commit 1ad8c6b1cb
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

@ -1806,4 +1806,9 @@ div.bookmark-folder-widget .note-link .bx {
.note-icon-widget .icon-list span:hover { .note-icon-widget .icon-list span:hover {
background: var(--hover-item-background-color); background: var(--hover-item-background-color);
color: var(--hover-item-text-color); color: var(--hover-item-text-color);
}
body.zen {
--main-background-color: transparent;
--root-background: transparent;
} }