From ae6f26e64c30171d1957cfab08b1e8babe633617 Mon Sep 17 00:00:00 2001 From: Dan Combest Date: Thu, 25 Aug 2016 14:42:06 -0500 Subject: [PATCH] formatting change --- _sass/_01_settings_colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_01_settings_colors.scss b/_sass/_01_settings_colors.scss index b1d671d..c6e5b82 100644 --- a/_sass/_01_settings_colors.scss +++ b/_sass/_01_settings_colors.scss @@ -116,7 +116,7 @@ $subfooter-link-color: $grey-8; $code-background-color: scale-color($secondary-color, $lightness: 70%); -$highlight-background: #ffffff; +$highlight-background: #fdfdfd; $highlight-comment: #999988; $highlight-error: #a61717; $highlight-comment-special: #999999;