From: Lynx Kotoura Date: Mon, 4 Jun 2018 11:13:31 +0000 (+0900) Subject: Change border color of activity-stream (#7724) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=bb0edbd98893bbf0361066e5fe3f195962ae170f;p=mastodon.git Change border color of activity-stream (#7724) --- diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index eadb4cfcc..460dc53a9 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -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 {