/**Set the title style**/
#topics .postTitle {
    border: 0;
    font-size: 150%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}

/********* 1.Set the Code font size *********/
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-size: 13px !important;
}

/********* 2.Set the blog font size *********/
.blogpost-body {
    font-size: 14px;

}

/**3. Set single line code style.**/
.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    font-family: "Courier New",sans-serif;
    font-size: 15px;
    padding: 0 5px;
    line-height: 1.5;
    margin: 0 2px;
    display: inline-block;
    overflow-x: auto;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #f6f6f6;
    color: #e83e8c;
}