 1 .cnblogs_code pre {
 2 font-family: Courier New!important;
 3 font-size: 16px!important;
 4 word-wrap: break-word;
 5 white-space: pre-wrap;
 6 }
 7 
 8 .cnblogs_code span {
 9 font-family: Courier New!important;
10 font-size: 16px!important;
11 line-height: 1.5!important;
12 }

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 8px !important;
}