From: Your Name Date: Mon, 13 Feb 2017 12:31:52 +0000 (+0000) Subject: Activity stream background should use $color5 X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e4a7e8222e58df8b2a78ddc6182470fda8c657fb;p=mastodon.git Activity stream background should use $color5 --- diff --git a/app/assets/stylesheets/stream_entries.scss b/app/assets/stylesheets/stream_entries.scss index d427c1466..3b2e88f6d 100644 --- a/app/assets/stylesheets/stream_entries.scss +++ b/app/assets/stylesheets/stream_entries.scss @@ -3,7 +3,7 @@ box-shadow: 0 0 15px rgba($color8, 0.2); .entry { - background: lighten($color2, 8%); + background: $color5; .detailed-status.light, .status.light { border-bottom: 1px solid $color2;