From 2124fe8803c2ea3fd26fe5de07e2b9ddbf352fdf Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 6 May 2016 12:00:52 -0400 Subject: [PATCH] making sidebar date the right color --- css/app.css | 2 +- scss/_sidebar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index c5ef8aa..1c4f647 100644 --- a/css/app.css +++ b/css/app.css @@ -6692,7 +6692,7 @@ input[type="submit"].blogbutton { color: #005daa; letter-spacing: 0.05em; text-decoration: none; } - #home-feed-posts span.meta-date { + #home-feed-posts span.date { color: #b2b3b6; } #side-nav { diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index 6ce587f..8fd283b 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -112,7 +112,7 @@ text-decoration: none; } } - span.meta-date { + span.date { color: $grey; } } -- 2.17.1