Browse Source

fix(ui): colors for the codemirror editor

charlie 1 year ago
parent
commit
2abe280fb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/css/codemirror.lsradix.css

+ 1 - 1
resources/css/codemirror.lsradix.css

@@ -124,7 +124,7 @@ http://ethanschoonover.com/lsradix/img/lsradix-palette.png
 
 /* Dark */
 .cm-s-lsradix.cm-s-dark .CodeMirror-gutters {
-  background-color: or(--lx-gray-01, #073642);
+  background-color: or(--lx-gray-03, #073642);
 }
 
 .cm-s-lsradix.cm-s-dark .CodeMirror-linenumber {