feat: theme more editor colors

This commit is contained in:
thecodrr
2022-05-05 10:55:46 +05:00
parent 74cb3f3719
commit b53ecb1127

View File

@@ -170,3 +170,11 @@ img.ProseMirror-separator {
cursor: ew-resize;
cursor: col-resize;
}
.drop-cursor {
background-color: var(--text) !important;
}
.search-result {
background-color: var(--disabled);
}