We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519c520 commit e7b2c64Copy full SHA for e7b2c64
theme/zenburn.css
@@ -11,7 +11,7 @@
11
.cm-s-zenburn .CodeMirror-gutters { background: #3f3f3f !important; }
12
.cm-s-zenburn .CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded { color: #999; }
13
.cm-s-zenburn .CodeMirror-cursor { border-left: 1px solid white; }
14
-.cm-s-zenburn { background-color: #3f3f3f; color: #dcdccc; }
+.cm-s-zenburn.CodeMirror { background-color: #3f3f3f; color: #dcdccc; }
15
.cm-s-zenburn span.cm-builtin { color: #dcdccc; font-weight: bold; }
16
.cm-s-zenburn span.cm-comment { color: #7f9f7f; }
17
.cm-s-zenburn span.cm-keyword { color: #f0dfaf; font-weight: bold; }
0 commit comments