Merge pull request #627 from halcy/style-fixes
Activity stream background should use $color5gh/stable
commit
63b3cb37db
|
@ -3,7 +3,7 @@
|
||||||
box-shadow: 0 0 15px rgba($color8, 0.2);
|
box-shadow: 0 0 15px rgba($color8, 0.2);
|
||||||
|
|
||||||
.entry {
|
.entry {
|
||||||
background: lighten($color2, 8%);
|
background: $color5;
|
||||||
|
|
||||||
.detailed-status.light, .status.light {
|
.detailed-status.light, .status.light {
|
||||||
border-bottom: 1px solid $color2;
|
border-bottom: 1px solid $color2;
|
||||||
|
|
Reference in New Issue