Change border color of activity-stream (#7724)

th-downstream
Lynx Kotoura 7 years ago committed by Eugen Rochko
parent 10a8ac8b80
commit e2b4e6f05e

@ -189,11 +189,18 @@
// Change the default colors used on some parts of the profile pages
.activity-stream-tabs {
background: $account-background-color;
border-bottom-color: lighten($ui-base-color, 8%);
}
.activity-stream {
.entry {
background: $account-background-color;
.detailed-status.light,
.more.light,
.status.light {
border-bottom-color: lighten($ui-base-color, 8%);
}
}
.status.light {

Loading…
Cancel
Save