fix(mermaid): background color of the preview

This commit is contained in:
Elian Doran 2025-05-29 14:41:50 +03:00
parent 9fadc9341a
commit e29e711861
No known key found for this signature in database

View File

@ -34,6 +34,7 @@ const TPL = /*html*/`\
.note-detail-split-preview-col {
position: relative;
background: var(--main-background-color);
}
.note-detail-split .note-detail-split-editor {