Skip to content

Commit 03872b3

Browse files
committed
feat: change selected color
1 parent 3af75dd commit 03872b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/styles/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,3 +536,7 @@ body {
536536
.contextmenu_menu.menu {
537537
padding: 5px 0 !important;
538538
}
539+
540+
.CodeMirror .CodeMirror-selected {
541+
background-color: rgba(62, 162, 223, 0.53) !important;
542+
}

0 commit comments

Comments
 (0)