.markdown-section p a,
.markdown-section table a,
.markdown-section li a {
    text-decoration: none;
    font-weight: inherit !important;
    border-bottom: 1px solid #00000000;
    transition: border-bottom 0.3s;
}

.markdown-section p a:not(.anchor):hover,
.markdown-section table a:not(.anchor):hover,
.markdown-section li a:not(.anchor):hover {
    border-bottom: 1px solid var(--theme-color, #42b983);
}

* {
    transition: 0.1s;
}

.markdown-section h1,
.markdown-section h2,
.markdown-section h3,
.markdown-section h4,
.markdown-section h5,
.markdown-section h6 {
    border-bottom: #D8DEE4 solid 2px;
}

/* ICP备案信息样式 */
footer {
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
    color: #666;
    border-top: 1px solid #eee;
    margin-top: 30px;
}

footer a {
    color: #666;
    text-decoration: none;
}

footer a:hover {
    color: var(--theme-color, #42b983);
    text-decoration: underline;
}
