Commit 8b8d9612 by Tom Giannattasio

added white background to codemirror

parent 979f8f87
...@@ -253,6 +253,8 @@ ...@@ -253,6 +253,8 @@
.CodeMirror { .CodeMirror {
border: 1px solid #3c3c3c; border: 1px solid #3c3c3c;
background: #fff;
color: #3c3c3c;
} }
h3 { h3 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment