:root {
  --waline-theme-color: #4e9def;
  --waline-active-color: #60a7f1;
}

#w-comments textarea {
  background: url("/assets/comment.webp") right bottom no-repeat;
}

#w-comments .wl-reaction-list {
  gap: 24px;
}

#w-comments .wl-reaction-img {
  width: 72px;
  height: 72px;
}

#w-comments .wl-reaction-votes {
  font-size: 1em;
}