body {
    background: url('') ;
    background: #000;
}
.postTitle {
     font-size: 18px;
}
.postCon {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}
.copybutton {
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    color: #5e6687;
    padding: 0 6px;
    border-radius: 2px;
}
.copybutton:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}

.cnblogs-markdown pre {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative !important;
}
#blogTitle h2 {
    margin-left: 1em;
}