Skip to content

Commit

Permalink
Light gray bg for white code scheme if used in comments and wiki
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
  • Loading branch information
dzaporozhets committed Nov 5, 2014
1 parent c3e83d4 commit 57c7daf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/highlight/white.scss
Expand Up @@ -186,3 +186,11 @@
}
}
}

.readme-holder .wiki, .note-body, .wiki-holder {
.white {
.highlight, pre, .hljs {
background: #F9F9F9;
}
}
}

0 comments on commit 57c7daf

Please sign in to comment.