Light gray bg for white code scheme if used in comments and wiki

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-11-05 16:35:56 +02:00
parent c3e83d4771
commit 57c7dafbfe
1 changed files with 8 additions and 0 deletions

View File

@ -186,3 +186,11 @@
}
}
}
.readme-holder .wiki, .note-body, .wiki-holder {
.white {
.highlight, pre, .hljs {
background: #F9F9F9;
}
}
}