
.post-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.posts:hover .post-summary:not(:hover) {
  opacity: 0.6;
}

.post-summary {
  list-style: none;
  & > a {
    text-decoration: none;
  }
}