]> cat aescling's git repositories - mastodon.git/commitdiff
Change border color of activity-stream (#7724)
authorLynx Kotoura <admin@sanin.link>
Mon, 4 Jun 2018 11:13:31 +0000 (20:13 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 4 Jun 2018 11:13:31 +0000 (13:13 +0200)
app/javascript/styles/mastodon-light/diff.scss

index eadb4cfcc6cde9f0d5b37d241b5d7d4a5fad870a..460dc53a9ffd7efe312417e9b498b14d1dccbc78 100644 (file)
 // 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 {