fix: keep math source selection readable

This commit is contained in:
Tolaria
2026-06-01 15:27:04 +02:00
parent 6c979addb3
commit c12aa4f4fd
3 changed files with 21 additions and 1 deletions

View File

@@ -289,6 +289,11 @@
padding: 6px 0;
}
.editor__blocknote-container .math-block-source::selection {
background: var(--colors-selection);
color: var(--colors-text);
}
.editor__blocknote-container .math--block {
display: block;
min-width: max-content;