logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 63b3cb37db530d6b160618598a6e9a9e6b0eb9ab
parent: 8e08ae5bb91868d727fdd877aba0133744ad9934
Author: Eugen <eugen@zeonfederated.com>
Date:   Mon, 13 Feb 2017 15:16:15 +0100

Merge pull request #627 from halcy/style-fixes

Activity stream background should use $color5

Diffstat:

Mapp/assets/stylesheets/stream_entries.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;