body{

    background: url("https://www.notion.so/images/page-cover/rijksmuseum_avercamp_1620.jpg");
    background-repeat: no-repeat;
    background-attachment:fixed;
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
    /* font-size: 15px; /* 设置字号 */

}

#home {
    opacity: 0.9; /*设置透明度*/
}

/* 侧边公告栏友情链接设置 */
#sidebar_friendLinks .friendLinks ul li a {
    color: blue;
}


/* 设置代码块字号 */
pre code {
    font-size: 12px; /* 设置代码块字体大小 */
}

/* 设置头像大小 */
.img_avatar {
    width: 40%; /* 设置图片宽度为原来的40% */
    height: auto; /* 自动计算高度，保持宽高比例不变 */
}

