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
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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