making sidebar date the right color
authorIan Weller <ian@gaslightmedia.com>
Fri, 6 May 2016 16:00:52 +0000 (12:00 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 6 May 2016 16:00:52 +0000 (12:00 -0400)
css/app.css
scss/_sidebar.scss

index c5ef8aa..1c4f647 100644 (file)
@@ -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 {
index 6ce587f..8fd283b 100644 (file)
             text-decoration: none;
         }
     }
-    span.meta-date {
+    span.date {
         color: $grey;
     }
 }