Added missing codemirror theme class

Fixes #535
This commit is contained in:
Dan Brown 2017-09-30 13:48:38 +01:00
parent a9eb058dad
commit 87339e4cd0
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -370,6 +370,7 @@ span.CodeMirror-selectedtext { background: none; }
.cm-s-base16-light span.cm-keyword { color: #ac4142; }
.cm-s-base16-light span.cm-string { color: #e09c3c; }
.cm-s-base16-light span.cm-builtin { color: #4c7f9e; }
.cm-s-base16-light span.cm-variable { color: #90a959; }
.cm-s-base16-light span.cm-variable-2 { color: #6a9fb5; }
.cm-s-base16-light span.cm-def { color: #d28445; }