/* 去掉 tocbot 生成的目录序号 */
.toc-list {
    width: 350px;     /* 目录宽度 */
    list-style: none; /* 去掉默认的列表样式，包括序号 */
}

.side-catalog {
    width: 350px; /* 目录宽度 */
}

.toc-link::before {
    display: none!important;
}

.is-active-link {
    font-weight: 700 !important;
    color: #f90 !important;
}

a.toc-link {
    font-weight: 700;
}