.postTitle,.entrylistPosttitle,.feedback_area_title {
    font-family: Helvetica,sans-serif; 
    border-bottom: 1px solid #ddd;
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0 10px
}

.postBody {
    font-family: Helvetica,sans-serif; 
    font-size: 16px;
    line-height: 1.8;
}

.cnblogs-markdown :not(pre,div,td)>code,.blogpost-body :not(pre,div,td)>code {
    font-family: "Consolas",sans-serif;
    font-size: 14px;
    padding: 0 5px;
    line-height: 1.8;
    margin: 0 3px;
    display: inline-block;
    overflow-x: auto;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #f6f6f6;
    color: #e83e8c
}

