/*大佬博客 https://www.cnblogs.com/gshang/p/11869120.html */

@import url(https://blog-static.cnblogs.com/files/gshang/gshang.2019.11.19.1.css) screen and (min-width:0px);

/*设置顶部头像背景*/
#blogTitle {
        background-color: #eee;
	background-image: url(https://img2020.cnblogs.com/blog/983934/202004/983934-20200416233353178-1908920485.png);
}
/*设置头像*/
#blogLogo {
	background-image: url(https://img2020.cnblogs.com/blog/983934/202004/983934-20200416233011988-1826937429.png);
}
/*** 设置全局主题颜色 ***/
html {
	--ThemeColor: #ff00009e;
       --TextColor1: #1a1a1a;
}