From f65287f9f268200b99a86cfb42f344161aaa25e2 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 2 Jun 2015 15:43:41 -0400 Subject: [PATCH] adjusted settings.scss --- scss/_settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scss/_settings.scss diff --git a/scss/_settings.scss b/scss/_settings.scss old mode 100644 new mode 100755 index 13647b1..e3a599e --- a/scss/_settings.scss +++ b/scss/_settings.scss @@ -1281,7 +1281,7 @@ $small-font-color: scale-color($header-font-color, $lightness: 35%); // These control the background color for the table and even rows // $table-bg: $white; -// $table-even-row-bg: $snow; + $table-even-row-bg: #faf8ec; // These control the table cell border style // $table-border-style: solid; -- 2.17.1