From d5098c024bc5a8821cec5c3f5798acee8ee846df Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 15 Feb 2016 10:59:33 -0500 Subject: [PATCH] removing blog styles transferred from the old blog site --- css/app.css | 9 --------- scss/_blog.scss | 18 +++++++++--------- 2 files changed, 9 insertions(+), 18 deletions(-) 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%; } -- 2.17.1