/*------------------------------------*\
  #TABLE OF CONTENTS
\*------------------------------------*/

.c-toc {
    background-color: palette(gray, lightest);
    border: 1px solid;
    border-color: palette(gray, lighter);
    margin-bottom: $spacing-unit;
    ol > li {
      font-weight: bold;
      margin-bottom: .3rem;
    }
    ul {
      font-weight: normal
    }

}
