/* 正文字体修改 */
.cnblogs_code pre {
font-family: Courier New!important;
font-size: 18px!important;
word-wrap: break-word;
white-space: pre-wrap;
}
.cnblogs_code span {
font-family: Courier New!important;
font-size: 18px!important;
line-height: 1.5!important;
}
.postBody {
    line-height: 1.8;
    font-size: 18px;
}
/* 文章题目字体修改 */
#topics .postTitle {
    border: 0;
    font-size: 230%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}

/* 文章内行内代码修改 */
#sidebar_news_container :not(pre,div)>code, .cnblogs-markdown :not(pre,div)>code, .blogpost-body:not(.cnblogs-markdown) :not(pre,div,td)>code 
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: #075cdb;
    background-color: rgba(0,0,0,.14);
}
/* 三级标题字体大小修改 */
#cnblogs_post_body h3 {
    font-size: 18px;
}