]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_codemirror.scss
Made a start on updating editor actions
[bookstack] / resources / sass / _codemirror.scss
index 330923d4fd18bd12f055b9ab2d39e5931e8214f9..1dee39cd2c6bbf047066da1d67346949e62f9123 100644 (file)
@@ -412,6 +412,11 @@ span.CodeMirror-selectedtext { background: none; }
 /**
  * Custom BookStack overrides
  */
+.cm-editor {
+  @include lightDark(background-color, #FFF, #000);
+}
+
+// TODO - All below are old
 .CodeMirror, .CodeMirror pre {
   font-size: 12px;
 }