Refactoring code, cleaning up some SASS, styling author and tag page, adding optional...
[ghost-theme-willow.git] / source / sass / components / _post-list.scss
index 3220b4b6e6ee05af34eddca6d3c87fabaa76a977..6aa8f94b0e026703568fb4ca9b522c6a324e2c22 100644 (file)
@@ -12,7 +12,7 @@
 .c-post-list__item {
   margin-bottom: 35px;
   padding-bottom: 20px;
-  border-bottom: 1px solid $c-grayMedium;
+  border-bottom: 1px solid $c-gray;
 
   @media (min-width: 1200px) {
     @include post3Col();
@@ -41,7 +41,7 @@
 // Title
 .c-post-list__title {
   font-size: 1.1em;
-  line-height: 1.4em;
+  line-height: 1.4;
   margin-bottom: 10px;
 }
 
@@ -49,7 +49,7 @@
 .c-post-list__meta {
   font-size: 0.8em;
   font-style: italic;
-  color: $c-grayAccent;
+  color: $c-grayDark;
 }
 
 .c-post-list__meta__tags {