.lastpostavatar img {
  border: 1px solid #fff;
  margin-inline-end: 6px;
  margin-top: 2px;
  border-radius: 6px;
  float: inline-start;
}
.lastpostavatar img:hover {
	border-color: #73BCD1;
}
.dark .lastpostavatar img {
  border-color: rgba(2, 6, 23, 0.502);
}