Skip to content
Snippets Groups Projects
Commit bb0edbd9 authored by Lynx Kotoura's avatar Lynx Kotoura Committed by Eugen Rochko
Browse files

Change border color of activity-stream (#7724)

parent 64d7a63f
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment