.current {
  color: green;
}

.logo {
  order: 1;
}
.logo a {
  display: flex;
}
.logo img {
  width: 125px;
}

#markdown-content {
  margin-top: 15px;
}

.toc__list {
  background-color: #fff;
  margin: 5px 0;
  padding: 10px 30px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  list-style-type: none;
}
.toc__list a:hover {
  color: #781ce0;
  text-decoration: underline;
}

.toc__sublist {
  list-style-type: none;
}
.toc__sublist a:hover {
  color: #781ce0;
  text-decoration: underline;
}

/*# sourceMappingURL=styles.css.map */