Skip to content

Commit c58fabf

Browse files
committed
feat: change selected color
1 parent 638b41b commit c58fabf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

frontend/src/styles/index.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,3 +533,8 @@ body {
533533
.contextmenu_menu.menu {
534534
padding: 5px 0 !important;
535535
}
536+
537+
538+
.CodeMirror .CodeMirror-selected {
539+
background-color: rgba(62, 162, 223, 0.53) !important;
540+
}

0 commit comments

Comments
 (0)