.postTitle a:link, .postTitle a:active {
    transition: none;
}

.postTitle a:hover {
    margin-left: 0;
    color: #0f3647;
    text-decoration: underline;
}

.hljs-comment, .hljs-quote {
    font-style: normal;
}

pre code.hljs {
    font-size: 14px;
}

.postBody {
    color: #000;
    line-height: 1.5;
    font-size: 16px;
}

.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    font-family: "Fira Code", consolas, Menlo, "PingFang SC", "Microsoft YaHei", monospace;
    font-size: 14px;
    padding: 0 6px;
}

.postBody a:link, .postBody a:visited, .postBody a:active {
    color: #155BDA;
}