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:
parent
330905f690
commit
ec7357ee20
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
display: flex;
|
||||
}
|
||||
|
||||
.editor .cm-cursor {
|
||||
border-left-color: var(--nc-tx-1);
|
||||
}
|
||||
|
||||
.editor .auto-link:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue