/* Here is your custom css styles. */
pre {
    background-color: #263238 !important;
}

/* 将此代码添加到你的自定义样式文件中 */
.mermaid {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;   /* 垂直居中 */
}
