#home{
    width:80%;
}
a:hover{
    text-decoration: none;
}
#navList a:link {
    text-shadow: none;
    font-weight: 600;
}
.day{
   border:none;
}
.day:hover {
   border:none;
}
.cnblogs-markdown code{
   border:none !important;;
   border-radius:9px !important;
   background-color: #272822!important;
}
.cnblogs-markdown .hljs{
   font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
   font-size: 14px!important;
   background: #fff;
   color: #FBFBFB;
   padding:15px!important;
}

.hljs-comment, .hljs-quote, .hljs-variable {
    color: #75715e;
}
.hljs-keyword, .hljs-selector-tag, .hljs-built_in, .hljs-name, .hljs-tag {
    color: #f92672;
}
.hljs-attr {
    color: #a6e22e;
}
.hljs-string, .hljs-title, .hljs-section, .hljs-attribute, .hljs-literal, .hljs-template-tag, .hljs-template-variable, .hljs-type, .hljs-addition {
    color: #e6db74;
}
.hljs-comment, .hljs-quote, .hljs-variable {
    color: #75715e;
    font-style: normal;
    font-family: inherit;
}
//=================no md==============
.cnblogs_code_toolbar a:link{
   background-color: #272822!important;
}
.cnblogs_code {
    border:none;
    padding: 15px;
    font-size: 14px!important;
    border-radius:9px;
}
.cnblogs_code pre {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
    font-size: 14px!important;
    
}
.cnblogs_code span {
    font-size: 14px!important;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
}
#profile_block:hover {
    border: 1px solid #dedede;
}
input.btn_my_zzk {
    background: #5D5757;
}
.postBody blockquote{
    background: #ececec;
    border: none;
    border-radius: 3px;
    border-left: 3px solid #a7a1a1;
}