user stream UI should match time color
This commit is contained in:
parent
1b3501b39b
commit
0dd1d736c8
|
@ -17,7 +17,7 @@
|
|||
.user-stream .item .expand-item {
|
||||
float: right;
|
||||
margin-right: 0.5em;
|
||||
color: $primary;
|
||||
color: lighten($primary, 40%);
|
||||
}
|
||||
|
||||
.user-main {
|
||||
|
|
Loading…
Reference in New Issue