X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=source%2Fsass%2Fcomponents%2F_post-list.scss;h=6aa8f94b0e026703568fb4ca9b522c6a324e2c22;hb=80d3ae19ead60a244214c0dccdd5254fac58263f;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..6aa8f94 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,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 {