From: Ian Weller Date: Fri, 6 May 2016 16:00:52 +0000 (-0400) Subject: making sidebar date the right color X-Git-Tag: v1.0.0^2~84 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2124fe8803c2ea3fd26fe5de07e2b9ddbf352fdf;p=WP-Themes%2Fcsrye.git making sidebar date the right color --- 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; } }