body { 
color: #555;
font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
font-size: 15px;
background-size: 100% auto;
background-attachment: fixed;
}

#topics .postTitle {
    font-size: 150%;
}
.postBody {
color: #555;
}

#cnblogs_post_body h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.5;
    color: #0378bb;
    margin: 10px 0;
}

#cnblogs_post_body h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.0;
    margin: 10px 0;
}

#cnblogs_post_body h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}

.navbar {
    display: none;
}


.postBody blockquote {
font-family: 'STKaiti','PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
}

.hljs {
font-size: 12px;
}
