/* 文章描述居中加粗 */
#recent-posts > .recent-post-item >.recent-post-info > .content {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0.3rem;
    word-break: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

/* 代码行号显示白色 */
#article-container figure.highlight .gutter pre {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    background-color: #263238;
    text-align: right;
}

/* VEX 语言高亮 */
pre .vex_built_in{color:#66cccc}
pre .vex_type{color:#ed77ed}
pre .vex_operator{color:#ed77ed}
pre .vex_string{color:#63c563}
/* 这个部分Houdini没有高亮 有需要的话可以自己设置  */
pre .vex_context{color:#ed77ed}
pre .vex_variable{color:#eecd10}
pre .vex_function{color:#66d9ef}
pre .vex_title{color:#66d9ef}
/* pre .vex_number{color:#7163d7} */


/* add iconfont */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Lato, Roboto, 'PingFang SC', 'Microsoft YaHei', sans-serif, "iconfont";
}
