2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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

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 {