Skip to content

Commit

Permalink
Prevent explicit colors rules on pre from messing up theming
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Apr 25, 2012
1 parent f66caa3 commit a7b389e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
white-space: pre;
word-wrap: normal;
line-height: inherit;
color: inherit;
}

.CodeMirror-wrap pre {
Expand Down

0 comments on commit a7b389e

Please sign in to comment.