body {
    font-size: 18px;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-size: 16px !important;
}

.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    font-family: "Courier New",sans-serif;
    font-size: 18px;
    font-weight:bold;
    padding: 0 5px;
    line-height: 1.8;
    margin: 0 3px;
    display: inline-block;
    overflow-x: auto;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #ffe793;
    color: #e83e8c;
}

p {
    font-size: 18px;
    color: #000;
    padding: 0;
    margin-top: 0;
    word-wrap: break-word;
    line-height: 1.5;
}
#cnblogs_post_body h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: red;
}
#cnblogs_post_body h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: blue;
}
#cnblogs_post_body h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: yellowgreen;
}
#cnblogs_post_body h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
}
#cnblogs_post_body h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
#cnblogs_post_body h6 {
    font-size: 19px;
    font-weight: bold;
    margin: 10px 0;
}