/* 这块是行内的code样式 
.post-md code {
    background-color: gray;
    color:#00e0e0;
}*/

pre code.hljs {
    background: #282b2e;
    color: #cccccc;
}