diff --git a/_sass/_syntax-highlighting.scss b/_sass/_syntax-highlighting.scss index e5c8270..15d99bb 100644 --- a/_sass/_syntax-highlighting.scss +++ b/_sass/_syntax-highlighting.scss @@ -1,7 +1,7 @@ /** * Syntax highlighting styles */ - /* + .highlight { background: #fff; @extend %vertical-rhythm; @@ -66,8 +66,8 @@ .vi { color: #008080 } // Name.Variable.Instance .il { color: #099 } // Literal.Number.Integer.Long } -*/ +/* .highlight { margin-bottom: 1.5em; font-size: 12px; @@ -140,3 +140,4 @@ .vi { color: #f8f8f2 } // Name.Variable.Instance .il { color: #ae81ff } // Literal.Number.Integer.Long } +*/