From: Anthony Talarico Date: Wed, 4 Nov 2015 21:27:56 +0000 (-0500) Subject: Changed color to #2F4D4F X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=09c50711908676308c472502b4830b04a8ccec9f;p=WP-Themes%2Fglmthemes%2Fshipwreck-theme.git Changed color to #2F4D4F --- diff --git a/css/app.css b/css/app.css index 7c96575..9e156c6 100644 --- a/css/app.css +++ b/css/app.css @@ -7334,7 +7334,7 @@ main.page-inside #content-wrapper { box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5); } #blog-side-info h2 { - color: #222; } + color: #2F4D4F; } .blog-feed-content { padding-left: 25px; } @@ -7401,7 +7401,7 @@ input[type="submit"].blogbutton { background: transparent; } #blog-posts-over article .entry-header h2 { font-family: "Times New Roman"; - color: #222; } + color: #2F4D4F; } #blog-posts-over article p { padding-bottom: 15px; } #blog-posts-over article a.read-more { diff --git a/scss/_blog.scss b/scss/_blog.scss index 8951a52..7595cf4 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -106,7 +106,7 @@ } } #blog-side-info h2{ - color: #222; + color: #2F4D4F; } .blog-feed-content { padding-left: 25px; @@ -171,7 +171,7 @@ input[type="submit"].blogbutton { } .entry-header h2{ font-family: "Times New Roman"; - color: #222; + color: #2F4D4F; } p { padding-bottom: 15px;