/* .postCon a, .postBody a, .feedbackCon a {
    text-decoration: auto;
} */

.postCon a:hover, .postBody a:hover, .feedbackCon a:hover{
    text-decoration: underline !important;
}

/* 页内图片，填充到表格 */
.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0px !important;
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
/* 无 border */
.border-0{
    border: 0px !important;
}
/* 引用中的相邻代码块隔开一定距离 */
blockquote > pre {
    margin: 10px auto;
}
/* 连续的两个表格隔开一定距离 */
.table-wrapper{
    margin: 10px auto;
}
/* 展开详情 */
details > summary {
  cursor: pointer;
}

#cnblogs_post_body h2,
#cnblogs_post_body h3,
#cnblogs_post_body h4,
#cnblogs_post_body h5,
#cnblogs_post_body h6{
    /* color: #f09c5a; */
    color: #8b614d;
    /* box-shadow: 0 0 0 1px #b4a078; */
    box-shadow: 5px 5px 5px -4px rgba(180,160,120,.6);
    background: #f4f0ea;
    border-radius: 5px;
    padding: 8px 16px;
}
pre {
    max-height: 70vh;
}
pre a{
    text-decoration: none !important;
}
pre + ul {
    margin-top: 10px;
}

kbd {
    display: inline-block;padding: 3px 5px;background: #f6f8fa;border: solid 1px rgba(175,184,193,0.2);border-bottom-color: rgba(175,184,193,0.2);border-radius: 6px;box-shadow: inset 0 -1px 0 rgba(175,184,193,0.2);line-height: 10px;
}

.b-0 {
     border: none !important;
}

.b-1 {
     border: 1px solid #c0c0c0;
}
ul + pre {
    margin-top: 10px;
}
pre + pre {
    margin-top: 10px;
}

/* 滚动条 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #d0d0d0;
}