Skip to content

Commit

Permalink
fix: set select colour to blue in dark mode (#3707)
Browse files Browse the repository at this point in the history
  • Loading branch information
Light2Dark authored Feb 6, 2025
1 parent 7d68f20 commit 9ca9634
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/css/app/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
background-color: #d7d4f0 !important;
}

.dark .cm-selectionBackground {
background-color: #1177cc80 !important;
}

.cm-focused.cm-focused {
outline: none;
}
Expand Down

0 comments on commit 9ca9634

Please sign in to comment.