Skip to content
Snippets Groups Projects
Commit a7b389e1 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Prevent explicit colors rules on pre from messing up theming

parent f66caa31
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@
white-space: pre;
word-wrap: normal;
line-height: inherit;
color: inherit;
}
.CodeMirror-wrap pre {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment