From 456eeb794b3e2f8b34cdf982835bd628e849fdf5 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 22 Feb 2019 14:25:35 +0400 Subject: [PATCH] Space fix Signed-off-by: Valentin Popov --- _scss/highlight/_main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scss/highlight/_main.scss b/_scss/highlight/_main.scss index 69a6c6e..a41e98d 100644 --- a/_scss/highlight/_main.scss +++ b/_scss/highlight/_main.scss @@ -17,7 +17,7 @@ $color16: #f00; $color17: #fdd; $color18: #ffc; -.highlight.hll { +.highlight .hll { background-color: $color18; }