/*导入主题样式*/
@import url('https://blog-static.cnblogs.com/files/yrc123/silence.min.css');

#blog-calendar{
display:none !important;
}
#topics .postTitle{
    font-size: 2.25em  ;
    font-weight: bold  ;
    line-height: 1.2  ;
}
#top_nav{
    display:none;
}
#header{
    position:fixed;
    background-color:var(--blog-bg-color);
    width:100%;
    transition: 0.3s;
    overflow: hidden;
    margin: 0;
    border:none;
    /*background-color: rgba(250, 250, 250, .5);
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    background-color: rgba(0, 0, 0, .03);
    backdrop-filter: blur(3px);*/
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
    
}
.no-header{
    /*width: 100px !important;
    border-right: 1px solid var(--border-color);
    border-radius: 0px 0px 10px 0;*/
    top:-60px !important;
}
.esa-contents{
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    border:none;
}
#topics .postBody img{
    box-shadow:none;
}
#home{
    width: 100% !important;
}
.under-post-card{
    display:none
}
strong{
    font-weight:bold !important;
}
#headerSon{
    width:960px;
    margin:0 auto;
    position: relative;
}
.github-corner svg{
    transition: 0.4s;
}
.no-svg{
    left:-60px !important;
}
