lighten user page stream dates

This commit is contained in:
Jeff Atwood 2014-11-13 23:35:44 -08:00
parent 10b6741a15
commit 313c41aadb
1 changed files with 1 additions and 1 deletions

View File

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