/* ===== 导航栏白色 ===== */
#nav,
#nav a,
#nav .site-name,
#nav .menus_item a,
#nav .menus_item i {
  color: #ffffff !important;
}

#nav a:hover {
  color: #ffffff !important;
}

/* 滚动后依然白色（Butterfly 会切 class） */
#nav.nav-fixed,
#nav.nav-visible,
#nav.nav-fixed a,
#nav.nav-visible a {
  color: #ffffff !important;
}

/* ===== 页脚白色 ===== */
#footer,
#footer a {
  color: #ffffff !important;
}

#footer {
  background: #000000; /* 可选 */
}

/* 强制隐藏 Pacman 点击特效（兜底方案） */
.pacman,
.pacman-container,
.cursor-effects {
  display: none !important;
}

/* ===== 强制杀死所有 Butterfly 过渡 / 点击 / loading 特效 ===== */
#loading,
#loading-box,
#page-header::before,
#page-header::after,
.pjax-loading,
.pacman,
.pace,
.pace-progress,
[data-pjax],
#transition,
#page-transition {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#loading,
#loading-box,
.pacman,
.loading {
  display: none !important;
}

#loading,
#loading-box,
.pacman,
.loading {
  display: none !important;
}

