.cnblogs_code span{
font-family:Courier New!important;
font-size:16px!important;
font-height:1.5!important;
}
body:before {
    background: url('https://images.cnblogs.com/cnblogs_com/520fyl/1966127/t_210424083505%E8%83%8C%E6%99%AF.jpg?t=1619253454232') 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;
}