From 49862ec83a963ce328b423b02d0e643e2db12641 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Fri, 18 Dec 2015 08:53:18 -0800 Subject: [PATCH] Make line numbers in highlighted code less prominent --- _sass/_syntax-highlighting.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/_syntax-highlighting.scss b/_sass/_syntax-highlighting.scss index e36627da7..2c56e0915 100644 --- a/_sass/_syntax-highlighting.scss +++ b/_sass/_syntax-highlighting.scss @@ -64,4 +64,5 @@ .vg { color: #008080 } // Name.Variable.Global .vi { color: #008080 } // Name.Variable.Instance .il { color: #099 } // Literal.Number.Integer.Long + .lineno { color: #ccc; display:inline-block; padding: 0 5px; border-right:1px solid #ccc; } }