* {
    font-family: 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;
}

#home {
    width: 70%;
}

.postTitle {
    font-size: 25px !important;
}

#cnblogs_post_body {
    margin-inline: 30px;
}
#cnblogs_post_body > p {
    font-size: 16px;
}

#cnblogs_post_body code {
    font-size: 15px;
    color: #0f2739;
    background-color: #f6f6f6;
}