/* 设置网站背景为浅灰色 */
body {
    background-color: #FFFFFF; /* 纯白色 */
}

/* 修改侧边栏颜色为浅蓝色 */
.sidebar {
    background-color: #e0f7fa; /* 浅蓝色 */
}
