Merge pull request #4053 from sparanoid/patch-1

Merge pull request 4053
This commit is contained in:
Parker Moore 2015-10-26 09:56:03 -07:00
commit e9e4a5d21e
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
background: #fff; background: #fff;
@extend %vertical-rhythm; @extend %vertical-rhythm;
.highlighter-rouge & {
background: #eef;
}
.c { color: #998; font-style: italic } // Comment .c { color: #998; font-style: italic } // Comment
.err { color: #a61717; background-color: #e3d2d2 } // Error .err { color: #a61717; background-color: #e3d2d2 } // Error
.k { font-weight: bold } // Keyword .k { font-weight: bold } // Keyword