/* 文章页面 */
body:has(#cnblogs_post_body) {
    font-size: 14px;
}

/* 代码块注释更明亮 */
#cnblogs_post_body .hljs-comment {
    color: #9fb7b7;
}