Browse Source

Activity stream background should use $color5

closed-social-glitch-2
Your Name 7 years ago
parent
commit
e4a7e8222e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/assets/stylesheets/stream_entries.scss

+ 1
- 1
app/assets/stylesheets/stream_entries.scss View 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;

Loading…
Cancel
Save