/*底部改成米黄色*/
#footer {
  background: #8d96ff !important;
}
#footer::before {
  background: #8d96ff !important;
}
[data-theme="dark"] #footer,
[data-theme="dark"] #footer::before {
  background: #8d96ff !important;
}

/* 隐藏侧边栏文章、标签、分类统计块 */
.site-data {
  display: none !important;
}

#footer a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* 全局滚动条样式 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/* 滚动条轨道（背景） */
::-webkit-scrollbar-track {
    background: transparent;
}
/* 滚动滑块 → 改成白色 */
::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 4px;
}
/* 鼠标悬浮滑块 */
::-webkit-scrollbar-thumb:hover {
    background-color: #eeeeee;
}


#nav .menus_items .menus_item {
    margin: 0 27px !important;
}


