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:
parent
1b3501b39b
commit
0dd1d736c8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
.user-stream .item .expand-item {
|
||||
float: right;
|
||||
margin-right: 0.5em;
|
||||
color: $primary;
|
||||
color: lighten($primary, 40%);
|
||||
}
|
||||
|
||||
.user-main {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue