removing blog styles transferred from the old blog site
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 15 Feb 2016 15:59:33 +0000 (10:59 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 15 Feb 2016 15:59:33 +0000 (10:59 -0500)
css/app.css
scss/_blog.scss

index 905a51d..d693791 100644 (file)
@@ -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%; }
 
index 1afa33b..5228095 100644 (file)
@@ -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%;
 }