From: Steve Sutton Date: Tue, 15 Dec 2015 15:11:34 +0000 (-0500) Subject: color correction X-Git-Tag: v1.0.0^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a01e686df7765286fc1475d0ed75aeee89ce3960;p=WP-Themes%2Fupwatertrails.git color correction --- 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;