/* 全局字体 */
body {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Microsoft JhengHei", "Segoe UI", "Helvetica Neue", Lato, Roboto, "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    line-height: 2;
    font-size: 18px;
}

/* 代码块 */
.cnblogs_code pre {
    font-family: "Cascadia Code", "Courier New", monospace !important;
    font-size: 17px !important;
}

/* 标题单独设定 */
.postTitle {
    font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

#main {
    max-width: 100% !important;
    box-sizing: border-box !important;
}
#sideBar {
    margin: 0;
}
#topics {
    box-sizing: border-box !important;
    padding: 50px !important;
}
#mainContent {
    flex: 0 1 100% !important;
    max-width: 100% !important;
}
    background: #555;            /* 滑块颜色 */
    border-radius: 4px;          /* 滑块圆角 */
}