diff --git a/themes/codeMirror/darkbrewery.js b/themes/codeMirror/darkbrewery.js index 5f3a466ff..3dfc392c3 100644 --- a/themes/codeMirror/darkbrewery.js +++ b/themes/codeMirror/darkbrewery.js @@ -58,7 +58,7 @@ export default EditorView.theme({ backgroundColor : '#d7d4f0', }, '.cm-focused .cm-selectionBackground ' : { - backgroundColor : '#d7d4f0', + backgroundColor : '#d7d4f0 !important', }, '.cm-pageLine' : { backgroundColor : '#7ca97c',