Updating theme - version 4.0.0 - fonts, conditional comments, prev & next posts,...
[ghost-theme-willow.git] / source / sass / components / _post-list.scss
index 3220b4b6e6ee05af34eddca6d3c87fabaa76a977..3de264d07785e26b3325f32691c99e875ea07963 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();
 // Title
 .c-post-list__title {
   font-size: 1.1em;
-  line-height: 1.4em;
+  line-height: 1.4;
   margin-bottom: 10px;
 }
 
 // Meta info
 .c-post-list__meta {
-  font-size: 0.8em;
+  font-size: 0.9em;
   font-style: italic;
-  color: $c-grayAccent;
+  color: $c-grayDark;
 }
 
 .c-post-list__meta__tags {