diff options
author | Your Name <lorenzd@gmail.com> | 2017-02-13 12:31:52 +0000 |
---|---|---|
committer | Your Name <lorenzd@gmail.com> | 2017-02-13 12:31:52 +0000 |
commit | e4a7e8222e58df8b2a78ddc6182470fda8c657fb (patch) | |
tree | e7ee335dc94a48406cb192a8b579210213f39b81 /app/assets | |
parent | df63461ff091f6b513c797d010f82dee73f437b2 (diff) |
Activity stream background should use $color5
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/stream_entries.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |