div.toc-container{
    ul {
        li.toc-item {
            list-style: none;

            a {
                text-decoration: none;
                font-weight: bold;
                color: var(--grindr-black);
                font-family: "PoppinsEdited", sans-serif;
                color: var(--color-blue);

                &:hover {
                    text-decoration: underline;
                }
            }
        }
    }
}

