/* Style the references part of blog posts */
#references + ol > li {
  counter-increment: list-counter;
}

#references + ol > li::before {
  content: "[" counter(list-counter) ".] ";
}

#references + ol {
  list-style: none;
  counter-reset: list-counter;
}

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