/* 自定义样式 */
.wy-nav-content {
    max-width: 1200px;
}

/* 代码块样式优化 */
.highlight {
    background: #f8f8f8;
}

/* 表格样式 */
table.docutils {
    border: none;
    border-collapse: collapse;
}

table.docutils td, table.docutils th {
    border: 1px solid #e1e4e5;
    padding: 8px;
}
