/* boost */
[aria-label=Home] [role=feed] .status__wrapper:has(.status__prepend) {
  background-color: #6eb2bb20 !important;
  border-left: solid 4px #6eb2bb !important;
}
/* direct message */
[aria-label=Home] [role=feed] .status__wrapper-direct {
  background-color: #bb6eb920 !important;
  border-left: solid 4px #bb6eb9 !important;
}
/* reply */
[aria-label=Home] [role=feed] .status__wrapper-reply {
  background-color: #6ebb8820 !important;
  border-left: solid 4px #6ebb88 !important;
}
/* relationship: add */
button[aria-label="Add to list"] {
  color: #4bcc3a !important;
}
/* relationship: remove */
button[aria-label="Remove from list"] {
  color: #cc453a !important;
}
/* image previews in feed */
.media-gallery__item-thumbnail img,
.media-gallery__preview {
  object-fit: scale-down !important;
}

