.article-navbar {
    background-color: #111 !important;
    border-bottom: 1px solid #21262d;
}

.article-sidebar {
    background-color: #161616;
    border: 1px solid #21262d;
    border-radius: 8px;
}


.article-content {
    background-color: #161616;
    border: 1px solid #21262d;
    border-radius: 8px;
}

.toc-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.toc-list li {
    margin-bottom: 8px;
}

.toc-list a {
    color: #009e66;
    text-decoration: none;
    display: block;
    padding: 6px 0;
    border-radius: 6px;
    transition: all 0.2s;
    font-size: 14px;
    padding-left: 12px;
}

.toc-list a:hover {
    background-color: #28a745;
    color: #17392d;
}

.toc-list a.active {
    background-color: #009e66;
    color: #f0f6fc;
}

.article-tag {
    background-color: #28a745;
    color: #f0f6fc;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 5px;
    font-weight: bold;
}

h1 {
    font-size: 4.0rem;
}

.article-person {
    font-size: 1.6rem;
}

.article-content p {
    font-size: 1.1rem;
}

.article-content li {
    font-size: 1.1rem;
}

.article-content pre {
    font-size: 0.9rem
}