Skip to content

Commit

Permalink
Chaning editing cursor color on dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
KilMer56 committed Nov 22, 2023
1 parent a1c02f6 commit 615f9e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/styles/codemirror.css
Expand Up @@ -114,3 +114,7 @@ div.wikiEditor-ui-toolbar .group .tool-select .options {
.CodeMirror-line > span > span::selection {
background: var( --clr-surface-3, #d7d4f0 );
}

.theme--dark .CodeMirror-cursor {
border-color: var(--clr-on-background, #d7d4f0 );
}

0 comments on commit 615f9e9

Please sign in to comment.