dotfiles

My PC Dotfiles & Website

_toc.scss (373B)


.toc {
  @include menu;
  margin: 35px 0;

  &-head {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    padding-left: 7px;
  }

  a {
    background: none;
    text-decoration: none;
    transition: all 0.2s;

    &:hover {
      color: var(--accent-secondary);
      font-weight: bold;
    }

    &:active {
      color: var(--accent);
    }
  }
}