Skip to content

Commit

Permalink
Tweak editor background
Browse files Browse the repository at this point in the history
  • Loading branch information
okaxaki committed Nov 27, 2023
1 parent 51da3e2 commit e4b0a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/ace-defines.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
exports.cssText = `
.ace_editor.ace_mgsc {
color: rgba(0,0,0,0.87);
background-color: #f0f0f0;
background-color: #fafafa;
}
.ace_mgsc .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
Expand Down

0 comments on commit e4b0a16

Please sign in to comment.