1
0

feat(editor): use primary color for currently selected node

This commit is contained in:
kolaente
2024-02-06 16:09:38 +01:00
parent 9d39ccf15c
commit 45ca0602f5

View File

@ -746,7 +746,7 @@ watch(
height: auto;
&.ProseMirror-selectednode {
outline: 3px solid #68cef8;
outline: 3px solid var(--primary);
}
}