Add missing highlighting CSS class for Rouge
This commit is contained in:
parent
7330b499f1
commit
58365ae898
|
@ -1,7 +1,8 @@
|
|||
/**
|
||||
* Syntax highlighting styles
|
||||
*/
|
||||
.highlight {
|
||||
.highlight,
|
||||
.highlighter-rouge {
|
||||
background: #fff;
|
||||
@extend %vertical-rhythm;
|
||||
|
||||
|
|
Loading…
Reference in New Issue