Add missing highlighting CSS class for Rouge

This commit is contained in:
Tunghsiao Liu 2015-10-25 19:40:40 +08:00
parent 7330b499f1
commit 58365ae898
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
/**
* Syntax highlighting styles
*/
.highlight {
.highlight,
.highlighter-rouge {
background: #fff;
@extend %vertical-rhythm;