Skip to content

Commit

Permalink
Changing editing cursor color on dark theme (#14)
Browse files Browse the repository at this point in the history
* Chaning editing cursor color on dark theme

* Fixing codestyle

---------

Co-authored-by: KmerTeamLiquid <kmer@teamliquid.com>
  • Loading branch information
KilMer56 and KilMer56 committed Nov 22, 2023
1 parent a1c02f6 commit aaf4c49
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 aaf4c49

Please sign in to comment.