Skip to content

Commit

Permalink
Minor fine-tuning of CSS color
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jun 5, 2020
1 parent 6633e26 commit 2ba4312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

/* CodeMirror theme overrides */
.cm-s-default .cm-string-2 { color: #a30; }
.cm-s-default .cm-string-2 { color: #930; }
.cm-s-default .cm-comment { color: #777; }
.cm-s-default .cm-keyword { color: #90b; }
.cm-s-default .cm-error,
Expand Down

0 comments on commit 2ba4312

Please sign in to comment.