@import url(https://blog-static.cnblogs.com/files/gshang/gshang.2019.11.15.3.css) screen and (min-width:0px);
/*设置顶部头像背景*/
#blogTitle {
    background-image: url(https://img2018.cnblogs.com/blog/1489774/201911/1489774-20191115181738072-2067895519.jpg);
}
/*设置头像*/
#blogLogo {
    background-image: url(https://img.mp.sohu.com/q_mini,c_zoom,w_640/upload/20170803/a44baf420efe4b399dc1e4e8b4f89055_th.jpg);
}
/*** 设置全局主题颜色 ***/
html {
    --ThemeColor: #00a1d6;
}