mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 00:18:09 +00:00
fixed cursor color
This commit is contained in:
parent
330905f690
commit
ec7357ee20
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.editor .cm-cursor {
|
||||||
|
border-left-color: var(--nc-tx-1);
|
||||||
|
}
|
||||||
|
|
||||||
.editor .auto-link:hover {
|
.editor .auto-link:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue