Merge pull request #627 from halcy/style-fixes

Activity stream background should use $color5
This commit is contained in:
Eugen 2017-02-13 15:16:15 +01:00 committed by GitHub
commit 63b3cb37db
1 changed files with 1 additions and 1 deletions

View File

@ -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;