From ce46d6cde22826f7e569822c598a08997645353e Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Wed, 6 Sep 2017 14:27:19 -0600 Subject: [PATCH] Style cards --- assets/css/sass/parts/_post-card.scss | 5 ++++- index.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/css/sass/parts/_post-card.scss b/assets/css/sass/parts/_post-card.scss index 5b0bd87..33a585a 100644 --- a/assets/css/sass/parts/_post-card.scss +++ b/assets/css/sass/parts/_post-card.scss @@ -12,11 +12,14 @@ opacity: 0.9; } & .light-gray { - background-color: $light-gray; + background-color: $lighten-gray; } & .light-purple { background-color: $light-purple; } + & .light-pink { + background-color: $light-pink; + } } } diff --git a/index.html b/index.html index 780659c..c370ea2 100755 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ layout: home-page
    {% for post in paginator.posts %}
  1. -
    +