#cnblogs_post_body p {
    font-size: 15px;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Consolas",sans-serif!important;
    font-size: 14px!important;
}

/*博客列表阅读全文，颜色调整*/
.postCon a:link, .postCon a:visited, .postCon a:active {
    text-decoration: none;
    color: #21759b;
}

/*博客列表标题字体*/
.day .postTitle a {
    font-size: 24px;
}