From 11308c4d599fc18a7ae21085342f5bcd1c80307a Mon Sep 17 00:00:00 2001 From: Sagi Dayan Date: Tue, 30 Sep 2014 11:05:37 +0300 Subject: [PATCH] Update _syntax-highlighting.scss revert --- _sass/_syntax-highlighting.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 } +*/