Skip to content

Commit

Permalink
Fix: Contrast is too low for searched items (#5523)
Browse files Browse the repository at this point in the history
Co-authored-by: nlujjawal <[email protected]>
  • Loading branch information
nlujjawal and nlujjawal authored Apr 3, 2024
1 parent 78c3550 commit 507ae2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/cloud_editor_dark-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = `
}
.ace-cloud_editor_dark .ace_marker-layer .ace_selection {
background: #213a70;
background: #4376bd;
}
.ace-cloud_editor_dark.ace_multiselect .ace_selection.ace_start {
Expand Down Expand Up @@ -63,7 +63,7 @@ module.exports = `
}
.ace-cloud_editor_dark .ace_marker-layer .ace_selected-word {
border: 1px solid #282c34;
border: 1px solid #9bd0f7;
}
.ace-cloud_editor_dark .ace_fold {
Expand Down

0 comments on commit 507ae2f

Please sign in to comment.