.table_of_contents {
  ul {
    padding-left: 30px;

    li {
      margin-bottom: 7px;
    }
  }

  a {
    color: $link_color;
  }
}