Skip to content

Commit

Permalink
fix color of cursor in editor when using dark mode
Browse files Browse the repository at this point in the history
in dark mode the cursor was black which made it difficult to see
  • Loading branch information
dtrai2 authored and yagebu committed Nov 8, 2024
1 parent 442ff24 commit 237220c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/css/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@
.cm-editor .cm-selectionMatch {
background-color: var(--editor-selectionmatch);
}

.cm-editor .cm-cursor {
border-left-color: var(--text-color-lighter);
}
/* stylelint-enable selector-class-pattern */

0 comments on commit 237220c

Please sign in to comment.