@import url(https://cdn.jsdelivr.net/gh/BNDong/Cnblogs-Theme-SimpleMemory@2.1.0/dist/simpleMemory.css);
body {
	cursor: url('https://blog-static.cnblogs.com/files/lucas--liu/cat6.ico'), auto;
}
//随机切换背景
body {
    font-size: 15px;
    padding: 0;
    margin: 0;
    font-family: "微软雅黑","宋体",Arial;
    width: 100%;
    height: 100%;
    background: #205424 url(https://uploadbeta.com/api/pictures/random/key=BingEverydayWallpaperPicture) no-repeat top 
    center fixed;
    background-size: cover;
  }
/*simplememory*/
/*
body:before {
    background: url(https://w.wallhaven.cc/full/nr/wallhaven-nrgljw.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;
}
*/