From a01e686df7765286fc1475d0ed75aeee89ce3960 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 15 Dec 2015 10:11:34 -0500 Subject: [PATCH] color correction --- css/app.css | 2 +- scss/_settings.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 170a740..5fc37fa 100644 --- a/css/app.css +++ b/css/app.css @@ -7018,7 +7018,7 @@ input[type="submit"].blogbutton { list-style-type: none; } #respond h3 { - color: #381fce; } + color: #318fce; } #sidebar { padding-top: 25px; diff --git a/scss/_settings.scss b/scss/_settings.scss index c3148b3..b240a6e 100644 --- a/scss/_settings.scss +++ b/scss/_settings.scss @@ -131,7 +131,7 @@ $alert-color: #f04124; $success-color: #43AC6A; $warning-color: #f08a24; $info-color: #a0d3e8; -$header-three: #381fce; +$header-three: #318fce; // We use these to control various global styles $body-bg: $white; -- 2.17.1