From e4a7e8222e58df8b2a78ddc6182470fda8c657fb Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 13 Feb 2017 12:31:52 +0000 Subject: [PATCH] Activity stream background should use $color5 --- app/assets/stylesheets/stream_entries.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;