/* 自定义样式 */

/* 博客文章样式 */
.md-content article {
    max-width: 800px;
    margin: 0 auto;
}

/* 表格样式 */
.md-typeset table {
    font-size: 0.85rem;
}

/* 代码块样式 */
.md-typeset pre {
    border-radius: 8px;
}
