X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=source%2Fsass%2Fcomponents%2F_post-list.scss;h=3de264d07785e26b3325f32691c99e875ea07963;hb=HEAD;hp=3220b4b6e6ee05af34eddca6d3c87fabaa76a977;hpb=ca309747b3ab36294a5d2d6eba7e2956ee43f024;p=ghost-theme-willow.git diff --git a/source/sass/components/_post-list.scss b/source/sass/components/_post-list.scss index 3220b4b..3de264d 100644 --- a/source/sass/components/_post-list.scss +++ b/source/sass/components/_post-list.scss @@ -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,15 +41,15 @@ // 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 {