1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-18 16:08:03 +00:00

fixed cursor color

This commit is contained in:
Nebel 2022-09-17 15:44:34 +09:00
parent 330905f690
commit ec7357ee20

View file

@ -22,6 +22,10 @@
display: flex;
}
.editor .cm-cursor {
border-left-color: var(--nc-tx-1);
}
.editor .auto-link:hover {
cursor: pointer;
}