lighten user page stream dates

This commit is contained in:
Jeff Atwood 2014-11-13 23:35:44 -08:00
parent 10b6741a15
commit 313c41aadb

View File

@ -429,7 +429,7 @@
.time, .delete-info { .time, .delete-info {
display: block; display: block;
float: right; float: right;
color: $primary; color: lighten($primary, 40%);
margin-right: 8px; margin-right: 8px;
font-size: 11px; font-size: 11px;
} }