Skip to content

Commit

Permalink
Darkens colour on stream entries meta. (mastodon#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow authored and Gargron committed May 2, 2017
1 parent aea3aff commit 54dddfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/stream_entries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
font-size: 14px;

.status__relative-time {
color: $color3;
color: $color4;
}
}
}
Expand Down Expand Up @@ -87,7 +87,7 @@

span {
font-size: 14px;
color: $color3;
color: $color4;
}
}

Expand Down

0 comments on commit 54dddfe

Please sign in to comment.