:root {
  --color-background-dark: #343a40;
}

.comments .comment-container {
  display: flex;
  flex-direction: column;
}
.comments .comment-container .comment-header {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 1rem;
}
.comments .comment-container .comment-header .comment-name {
  font-size: 1rem;
}
.comments .comment-container .comment-header .comment-date {
  color: grey;
}
.comments .comment-container .comment-body {
  margin-left: 1rem;
}/*# sourceMappingURL=custom.css.map */