.toc::-webkit-scrollbar {
    background-color: #405418;
    opacity: .25;
    width: 10px;
    margin: 1.25em;
    padding: 2em;
    border-radius: 10px;
}

.toc::-webkit-scrollbar-thumb {
    background-color: #eeeeee;
    border-radius: 10px;
}