@import url(https://blog-static.cnblogs.com/files/gshang/gshang.2019.11.19.1.css) screen and (min-width:0px);
/* 背景图片 */
 body:before {
    background: url(https://images.cnblogs.com/cnblogs_com/zionyang/1829965/o_200817124342bgp1.jpg) center/cover no-repeat;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.08;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
    -o-filter: grayscale(40%);
    filter: grayscale(40%);
    filter: gray;
}

/* 光标*/

*{cursor: url("https://images.cnblogs.com/cnblogs_com/zionyang/1829965/o_200819032109arrow-2.png"),auto;}

html {
	ThemeColor: #FFC1C1;
}

#Header1_HeaderTitle {
  color:#FFC1C1;
}
#blogTitle h2{
color:#000000;
}

#blogTitle {
	background-image: url(https://images.cnblogs.com/cnblogs_com/zionyang/1829965/o_200818050438bgc2.png);
}
#blogLogo {
	background-image: url(https://images.cnblogs.com/cnblogs_com/zionyang/1829965/o_200818050029head.png);
}


