@import url(https://files.cnblogs.com/files/blogs/382989/cnblog-20211008.css) screen and (min-width:0px);

// https://blog-static.cnblogs.com/files/gshang/gshang.2019.11.07.1.css
// https://blog-static.cnblogs.com/files/gshang/gshang.bili.2019.12.27.6.css
 
#topics table{
display:table;
}
 
.footnotes hr{
display:none;
}
.postTitle2,.postBody{
word-break:break-all
}
#blogTitle #lnkBlogLogo:after,
#blogTitle h1:after,
#blogTitle h2:after {
background-color: rgba(0, 0, 0, 0.41);
}

/*设置顶部头像背景*/
#blogTitle {
    background-image: url(https://img2018.cnblogs.com/blog/1489774/201911/1489774-20191115181738072-2067895519.jpg);
}
/*设置头像*/
#blogLogo {
    background-image: url(https://pic.cnblogs.com/avatar/1242241/20170927162636.png);
}
/*** 设置全局主题颜色 ***/
html {
    --ThemeColor: #00a1d6;
}
