user stream UI should match time color

This commit is contained in:
Jeff Atwood 2017-06-20 17:19:53 -07:00
parent 1b3501b39b
commit 0dd1d736c8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
.user-stream .item .expand-item {
float: right;
margin-right: 0.5em;
color: $primary;
color: lighten($primary, 40%);
}
.user-main {