html,
body {
  word-wrap: break-word;
  -moz-hyphens: auto;
  hyphens: auto;
  background: var(--background);
}
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  overflow: auto;
  max-width: 100%;
  display: block;
  tab-size: 4;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #333;
}
.comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comment-list .children {
  list-style-type: none;
  margin: 0;
}
.comment-list .comment {
  margin-bottom: 25px;
  border-left: 2px solid #ccc;
}
.uk-nav-parent-icon > .uk-parent > a:after {
  transform: rotate(-90deg);
}
/*# sourceMappingURL=main.css.map */