@import url("../fonts/YEFONTZongYiDanMuTi/result.css");

:root {
    --md-code-font: 'Fira Code', 'Source Code Pro', 'Noto Sans SC';
    --md-text-font: YEFONTZongYiDanMuTi,
      "Noto Sans SC", "Noto Sans", "Noto Sans CJK SC", "Noto Sans CJK",
      "Source Han Sans", "PingFang SC", "Segoe UI", "Microsoft YaHei",
      -apple-system, BlinkMacSystemFont, sans-serif;
}

.md-typeset table:not([class]) th {
    min-width: 0rem;
}

.md-nav__link--active {
    color: inherit;
}

blockquote.page-copyright {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ff1700;
    /* Just change the color value and that's it*/
}

.gt-container .gt-meta {
    z-index: auto !important;
}

@media print {
    .no-print { display: none !important; }
    code, pre { white-space: pre-wrap; overflow: hidden; }
}

/* a {
    text-decoration: underline;
} */

a:hover {
    filter: invert(0.2); /* 反转颜色 */
}

h2, h3 {
    text-align: center;
}

@media print{
    h1{
        text-align: center;
    }
}
