diff --git a/src/styles/_codemirror.scss b/src/styles/_codemirror.scss index f3f931a9..4270311b 100644 --- a/src/styles/_codemirror.scss +++ b/src/styles/_codemirror.scss @@ -11,6 +11,7 @@ .cm-s-maputnik.CodeMirror { height: 100%; font-size: 12px; + background: transparent; } .cm-s-maputnik.CodeMirror, .cm-s-maputnik .CodeMirror-gutters { @@ -18,10 +19,6 @@ border: none; } -.cm-s-maputnik.CodeMirror { - background: transparent; -} - .cm-s-maputnik .CodeMirror-gutters { background: #212328; }