]> cat aescling's git repositories - mastodon.git/commitdiff
Activity stream background should use $color5
authorYour Name <lorenzd@gmail.com>
Mon, 13 Feb 2017 12:31:52 +0000 (12:31 +0000)
committerYour Name <lorenzd@gmail.com>
Mon, 13 Feb 2017 12:31:52 +0000 (12:31 +0000)
app/assets/stylesheets/stream_entries.scss

index d427c1466f6400404f7012b935d2ea25a98f4212..3b2e88f6dc5cbfa9fa846b58d0c341163b6e6fe5 100644 (file)
@@ -3,7 +3,7 @@
   box-shadow: 0 0 15px rgba($color8, 0.2);
 
   .entry {
-    background: lighten($color2, 8%);
+    background: $color5;
 
     .detailed-status.light, .status.light {
       border-bottom: 1px solid $color2;