/* 隐藏 "查看页面源码" 链接 */
div.related ul li.right:last-child {
    display: none;
}

/* 所有代码块字体调大 */
code, pre {
    font-size: 110% !important;   /* 可调为 120%, 130% */
}

/* 只调代码块（不影响行内 code） */
.highlight pre, div.highlight pre {
    font-size: 15px !important;   /* 或 17px / 18px */
}

.highlight .c,      /* Comment */
.highlight .c1,     /* Comment.Single */
.highlight .cm,     /* Comment.Multiline */
.highlight .cp,     /* Comment.Preproc */
.highlight .cs {    /* Comment.Special */
    font-style: normal !important;     /* 取消斜体 */
    font-family: "JetBrains Mono", "Consolas", "Menlo", monospace !important; /* 等宽 */
    color: #6a9955 !important;          /* 改成更深的灰蓝色，可自己调 */
}

/* 拉宽中间内容区域 */
.wy-nav-content,
.bd-main .bd-content,
.content {
    max-width: 1600px;   /* 可改成 1600px / 1800px / none */
}
