From 5f95ca358389f8392849c7c9134cb104199c2eff Mon Sep 17 00:00:00 2001 From: Dan Combest Date: Thu, 25 Aug 2016 14:44:24 -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 c6e5b82..1c84ecf 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: #fdfdfd; +$highlight-background: ##9b9b9b; $highlight-comment: #999988; $highlight-error: #a61717; $highlight-comment-special: #999999;