.post-entry {
  background: var(--secondary-background-color);
  border-radius: 8px !important;
}

.post-entry a{
  text-decoration: none;
}

.post-entry img {
  border-radius: 8px;
}