From: Anthony Talarico Date: Mon, 15 Feb 2016 15:59:33 +0000 (-0500) Subject: removing blog styles transferred from the old blog site X-Git-Tag: v1.0.0^2~186 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d5098c024bc5a8821cec5c3f5798acee8ee846df;p=WP-Themes%2FDiscoverKZOO.git removing blog styles transferred from the old blog site --- diff --git a/css/app.css b/css/app.css index 905a51d..d693791 100644 --- a/css/app.css +++ b/css/app.css @@ -7093,15 +7093,6 @@ div#category-menu { margin: 9px 0 0; font-size: 20px; } -.blog-posts-container:nth-child(1) { - background: #9ec53c; } - -.blog-posts-container:nth-child(2) { - background: #57B649; } - -article h2.entry-title a { - color: black; } - article { line-height: 120%; } diff --git a/scss/_blog.scss b/scss/_blog.scss index 1afa33b..5228095 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -201,15 +201,15 @@ div#category-menu { margin: 9px 0 0; font-size: 20px; } -.blog-posts-container:nth-child(1){ - background: rgb(158, 197, 60); -} -.blog-posts-container:nth-child(2){ - background: #57B649; -} -article h2.entry-title a{ - color: black; -} +//.blog-posts-container:nth-child(1){ +// background: rgb(158, 197, 60); +//} +//.blog-posts-container:nth-child(2){ +// background: #57B649; +//} +//article h2.entry-title a{ +// color: black; +//} article { line-height: 120%; }